openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
Basic physics types. More...
#include "basics.h"
Go to the source code of this file.
Classes | |
class | opencarp::Basic_physic |
The abstract physics interface we can use to trigger all physics. More... | |
Namespaces | |
opencarp | |
Macros | |
#define | UM2_to_CM2 1.0e-8 |
convert um^2 to cm^2 More... | |
#define | UM_to_CM 1.0e-4 |
convert um to cm More... | |
#define | UM_to_MM 1.0e-3 |
convert um to mm More... | |
#define | MM_to_UM 1.0e3 |
convert um to mm More... | |
Enumerations | |
enum | opencarp::physic_t { opencarp::ion_phys =0, opencarp::elec_phys, opencarp::mech_phys, opencarp::diffK_phys, opencarp::magnet_phys, opencarp::opt_phys, opencarp::fluid_phys, opencarp::NUM_PHYSICS } |
Identifier for the different physics we want to set up. More... | |
enum | opencarp::datavec_t { opencarp::vm_vec, opencarp::iion_vec } |
Enum used to adress the different data vectors stored in the data registry. More... | |
#define MM_to_UM 1.0e3 |
convert um to mm
Definition at line 38 of file physics_types.h.
#define UM2_to_CM2 1.0e-8 |
convert um^2 to cm^2
Definition at line 35 of file physics_types.h.
#define UM_to_CM 1.0e-4 |
convert um to cm
Definition at line 36 of file physics_types.h.
#define UM_to_MM 1.0e-3 |
convert um to mm
Definition at line 37 of file physics_types.h.