openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
physics.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) NumeriCor GmbH
2 // SPDX-License-Identifier: LicenseRef-APL-1.1
3 
12 #ifndef _MODELS_H
13 #define _MODELS_H
14 
15 #include "physics_types.h"
16 #include "electrics.h"
17 #include "ionics.h"
18 #include "stimulate.h"
19 #include "electric_integrators.h"
20 #include "electrics_eikonal.h"
21 
22 #if WITH_EMI_MODEL
23  #include "emi.h"
24  #include "ionicsOnFace.h"
25 #endif
26 
27 #endif
Tissue level electrics, main Electrics physics class.
Diffusion Reaction Eikonal Alternant Model (DREAM) based on the electrics physics class.
EMI model based on computed current on the faces, main EMI physics class.
LIMPET ionics and gap-junction models on the EMI unique-face interface mesh.
Electrical ionics functions and LIMPET wrappers.
Basic physics types.
Electrical stimulation functions.