
Go to the source code of this file.
Functions | |
| boost::shared_ptr < cp::chaste_parameters_type > | CreateDefaultParameters () |
Definition in file HeartConfigDefaults.hpp.
| boost::shared_ptr<cp::chaste_parameters_type> CreateDefaultParameters | ( | ) |
Create the default Chaste parameters.
It sets up an object equivalent to the following XML file:
<?xml version="1.0" encoding="UTF-8"?>
<ChasteParameters>
<Simulation>
<SpaceDimension>3</SpaceDimension>
<Domain>Mono</Domain>
<IonicModels>
<Default><Hardcoded>LuoRudyI</Hardcoded></Default>
</IonicModels>
<OutputDirectory>ChasteResults</OutputDirectory>
<OutputFilenamePrefix>SimulationResults</OutputFilenamePrefix>
</Simulation>
<Physiological>
<IntracellularConductivities longi="1.75" trans="1.75" normal="1.75" unit="mS/cm" />
<ExtracellularConductivities longi="7.0" trans="7.0" normal="7.0" unit="mS/cm" />
<BathConductivity unit="mS/cm"> 7.0 </BathConductivity>
<SurfaceAreaToVolumeRatio unit="1/cm"> 1400 </SurfaceAreaToVolumeRatio>
<Capacitance unit="uF/cm^2"> 1.0 </Capacitance>
</Physiological>
<Numerical>
<TimeSteps ode="0.01" pde="0.01" printing="0.01" unit="ms" />
<KSPTolerances>
<KSPAbsolute>2e-4</KSPAbsolute>
</KSPTolerances>
<KSPSolver>cg</KSPSolver>
<KSPPreconditioner>bjacobi</KSPPreconditioner>
</Numerical>
<PostProcessing>
</PostProcessing>
</ChasteParameters>
Definition at line 79 of file HeartConfigDefaults.hpp.
1.5.5