|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <fem_types.h>
Public Attributes | |
| int | mode |
| 0=illumination, 1=emmission More... | |
| double | Dil [3] |
| diffusion coefficient illumination More... | |
| double | Dem [3] |
| diffusion coefficient emmission More... | |
| double | muAil |
| absorption coefficient illumination More... | |
| double | muAem |
| absorption coefficient emmission More... | |
Public Attributes inherited from opencarp::physMaterial | |
| physMat_t | material_type |
| ID of physics material. More... | |
| double | fluct |
| random fluctuation around standard value More... | |
description of diffusive tissue properties
Definition at line 81 of file fem_types.h.
| double opencarp::opticsMaterial::Dem[3] |
diffusion coefficient emmission
Definition at line 85 of file fem_types.h.
| double opencarp::opticsMaterial::Dil[3] |
diffusion coefficient illumination
Definition at line 84 of file fem_types.h.
| int opencarp::opticsMaterial::mode |
0=illumination, 1=emmission
Definition at line 83 of file fem_types.h.
| double opencarp::opticsMaterial::muAem |
absorption coefficient emmission
Definition at line 87 of file fem_types.h.
| double opencarp::opticsMaterial::muAil |
absorption coefficient illumination
Definition at line 86 of file fem_types.h.