
Parameters for finite element solution. More...
#include "us_astfem_math.h"
Public Attributes | |
| int | simpoints |
| number of datapoints for the simulation More... | |
| QVector< double > | s |
| sedimentation coefficient More... | |
| QVector< double > | D |
| Diffusion coefficient. More... | |
| QVector< double > | kext |
| extinction coefficient More... | |
| QVector< ComponentRole > | role |
| double | pathlength |
| path length of centerpiece; More... | |
| double | dt |
| time step size; More... | |
| int | time_steps |
| number of time steps for simulation More... | |
| double | omega_s |
| omega^2 More... | |
| double | start_time |
| double | start_om2t |
| start omega^2t of simulation More... | |
| double | current_meniscus |
| actual meniscus for current speed More... | |
| double | current_bottom |
| actual bottom for current speed More... | |
| int | first_speed |
| constant speed at first speed step More... | |
| int | rg_index |
| reaction group index More... | |
| QVector< int > | local_index |
| Local index of each GroupComponent involved in a reaction group. More... | |
| QVector< US_Model::Association > | association |
Parameters for finite element solution.
Definition at line 371 of file us_astfem_math.h.
| QVector< US_Model::Association > US_AstfemMath::AstFemParameters::association |
All association rules in a reaction group, with components expressed in local index
Definition at line 398 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::current_bottom |
actual bottom for current speed
Definition at line 389 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::current_meniscus |
actual meniscus for current speed
Definition at line 388 of file us_astfem_math.h.
| QVector< double > US_AstfemMath::AstFemParameters::D |
Diffusion coefficient.
Definition at line 377 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::dt |
time step size;
Definition at line 382 of file us_astfem_math.h.
| int US_AstfemMath::AstFemParameters::first_speed |
constant speed at first speed step
Definition at line 390 of file us_astfem_math.h.
| QVector< double > US_AstfemMath::AstFemParameters::kext |
extinction coefficient
Definition at line 378 of file us_astfem_math.h.
| QVector< int > US_AstfemMath::AstFemParameters::local_index |
Local index of each GroupComponent involved in a reaction group.
Definition at line 394 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::omega_s |
omega^2
Definition at line 384 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::pathlength |
path length of centerpiece;
Definition at line 381 of file us_astfem_math.h.
| int US_AstfemMath::AstFemParameters::rg_index |
reaction group index
Definition at line 391 of file us_astfem_math.h.
| QVector< ComponentRole > US_AstfemMath::AstFemParameters::role |
role of each component in various reactions
Definition at line 379 of file us_astfem_math.h.
| QVector< double > US_AstfemMath::AstFemParameters::s |
sedimentation coefficient
Definition at line 376 of file us_astfem_math.h.
| int US_AstfemMath::AstFemParameters::simpoints |
number of datapoints for the simulation
Definition at line 374 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::start_om2t |
start omega^2t of simulation
Definition at line 387 of file us_astfem_math.h.
| double US_AstfemMath::AstFemParameters::start_time |
start time in seconds of simulation
at constant speed
Definition at line 385 of file us_astfem_math.h.
| int US_AstfemMath::AstFemParameters::time_steps |
number of time steps for simulation
Definition at line 383 of file us_astfem_math.h.
1.8.3.1-20130324