Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

SPARK::DefaultRuntimeControls Namespace Reference

Default controls are defined in this namespace. The default controls are used if no entry is found in the *.run file for the control in question. More...


Variables

const double InitialTime = 0.0
 Default initial time.

const double FinalTime = 0.0
 Default final time.

const double InitialTimeStep = 1.0
 Default initial time step value.

const double MinTimeStep = 1.0e-6
 Default min time step value [feature added in SPARK 2.0].

const double MaxTimeStep = 1.0e+6
 Default max time step value [feature added in SPARK 2.0].

const double ReportCycle = InitialTimeStep
 Default report cycle is equal to initial time step.

const double FirstReport = InitialTime
 Default first report is at inital time.

const unsigned VariableTimeStep = 0
 Constant time step mode by default [feature added in SPARK 2.0].

const unsigned ConsistentInitialCalculation = 1
 Consistent initalization calculation is required by default [feature added in SPARK 2.0].

const unsigned DiagnosticLevel = 0
 Silent diagnostic mode by default.


Detailed Description

Default controls are defined in this namespace. The default controls are used if no entry is found in the *.run file for the control in question.

Variable Documentation

const double SPARK::DefaultRuntimeControls::InitialTime = 0.0
 

Default initial time.

const double SPARK::DefaultRuntimeControls::FinalTime = 0.0
 

Default final time.

const double SPARK::DefaultRuntimeControls::InitialTimeStep = 1.0
 

Default initial time step value.

const double SPARK::DefaultRuntimeControls::MinTimeStep = 1.0e-6
 

Default min time step value [feature added in SPARK 2.0].

const double SPARK::DefaultRuntimeControls::MaxTimeStep = 1.0e+6
 

Default max time step value [feature added in SPARK 2.0].

const double SPARK::DefaultRuntimeControls::ReportCycle = InitialTimeStep
 

Default report cycle is equal to initial time step.

const double SPARK::DefaultRuntimeControls::FirstReport = InitialTime
 

Default first report is at inital time.

const unsigned SPARK::DefaultRuntimeControls::VariableTimeStep = 0
 

Constant time step mode by default [feature added in SPARK 2.0].

const unsigned SPARK::DefaultRuntimeControls::ConsistentInitialCalculation = 1
 

Consistent initalization calculation is required by default [feature added in SPARK 2.0].

const unsigned SPARK::DefaultRuntimeControls::DiagnosticLevel = 0
 

Silent diagnostic mode by default.



Generated on 5 Nov 2003 for VisualSPARK 2.01