XML-Namespace: http://www.mbsim-env.de/MBSimIntegrator
Icon | Description |
---|---|
<element> | A XML element of name 'element' |
attrName | A XML attribute of name 'attrName' |
namespace | A XML namespace of name 'namespace' |
type | A XML element or attribute type of name 'type' |
A required XML attribute | |
0-2 | A occurance of XML elements or attributes |
<ElementName> 0-2 elementType
attrName1 typeOfTheAttribute
attrName2 optional typeOfTheAttribute
Documentation of the element.
The upper nomenclature defines a XML element named ElementName with (if given) a minimal occurance of 0 and a maximal occurance of 2. The element is of type elementType.
A occurance of optional means 0-1.
The element has two attributes named attrName1 and attrName2 of type typeOfTheAttribute. A attribute can be optional or required.
The upper nomenclature defines a choice of elements. Only one element of the given ones can be used. The choice has, if given, a minimal occurance of 1 and a maximal maximal occurence of 2.
A occurance of optional means 0-1.
The upper nomenclature defines a sequence of elements. Each element must be given in that order. The sequence has, if given, a minimal occurance of 0 and a maximal maximal occurence of 3.
A occurance of optional means 0-1.
Sequences and choices can be nested like above.
A indent indicates child elements for a given element.
This element is defined by the XML Schema (Project) with the namespace http://www.mbsim-env.de/MBSim, which is included by this XML Schema (Project). See the documentation of the included XML Schema (Project) for this element.
Abstract Element: | true |
Inherits: | <mbsim:Solver> |
Inherited by: | <DOPRI5Integrator>, <EulerExplicitIntegrator>, <LSODARIntegrator>, <LSODEIntegrator>, <RADAU5Integrator>, <RKSuiteIntegrator>, <ThetaTimeSteppingIntegrator>, <TimeSteppingIntegrator>, <TimeSteppingSSCIntegrator>, |
Attributes: |
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<DOPRI5Integrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <absoluteTolerance>VALUE</absoluteTolerance> <relativeTolerance>VALUE</relativeTolerance> <initialStepSize>VALUE</initialStepSize> <maximalStepSize>VALUE</maximalStepSize> <maximalNumberOfSteps>VALUE</maximalNumberOfSteps> <!-- optional --> </DOPRI5Integrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<EulerExplicitIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <stepSize>VALUE</stepSize> </EulerExplicitIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<LSODARIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <absoluteTolerance>VALUE</absoluteTolerance> <relativeToleranceScalar>VALUE</relativeToleranceScalar> <initialStepSize>VALUE</initialStepSize> <minimalStepSize>VALUE</minimalStepSize> <maximalStepSize>VALUE</maximalStepSize> <plotOnRoot>VALUE</plotOnRoot> </LSODARIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<LSODEIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <absoluteTolerance>VALUE</absoluteTolerance> <relativeToleranceScalar>VALUE</relativeToleranceScalar> <initialStepSize>VALUE</initialStepSize> <maximalStepSize>VALUE</maximalStepSize> <minimalStepSize>VALUE</minimalStepSize> <numberOfMaximalSteps>VALUE</numberOfMaximalSteps> <stiffModus/> <!-- optional --> </LSODEIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<RADAU5Integrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <absoluteTolerance>VALUE</absoluteTolerance> <relativeTolerance>VALUE</relativeTolerance> <initialStepSize>VALUE</initialStepSize> <maximalStepSize>VALUE</maximalStepSize> <maximalNumberOfSteps>VALUE</maximalNumberOfSteps> <!-- optional --> </RADAU5Integrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<RKSuiteIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <method>VALUE</method> <!-- optional --> <relativeToleranceScalar>VALUE</relativeToleranceScalar> <thresholdScalar>VALUE</thresholdScalar> <initialStepSize>VALUE</initialStepSize> <!-- optional --> </RKSuiteIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<ThetaTimeSteppingIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <stepSize>VALUE</stepSize> <theta>VALUE</theta> <driftCompensation>VALUE</driftCompensation> </ThetaTimeSteppingIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<TimeSteppingIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <stepSize>VALUE</stepSize> </TimeSteppingIntegrator>
Abstract Element: | false |
Inherits: | <Integrator> |
Inherited by: | |
Attributes: |
<TimeSteppingSSCIntegrator xmlns="http://www.mbsim-env.de/MBSimIntegrator"> <startTime>VALUE</startTime> <endTime>VALUE</endTime> <plotStepSize>VALUE</plotStepSize> <initialState>VALUE</initialState> <!-- optional --> <initialStepSize>VALUE</initialStepSize> <!-- optional --> <maximalStepSize>VALUE</maximalStepSize> <!-- optional --> <minimalStepSize>VALUE</minimalStepSize> <!-- optional --> <outputInterpolation>VALUE</outputInterpolation> <!-- optional --> <gapControl> <!-- optional --> <withoutGapControl/> </gapControl> <maximalOrder> <!-- optional --> <order>VALUE</order> <method> <!-- optional --> <extrapolation/> </method> </maximalOrder> <errorTest> <!-- optional --> <scale/> </errorTest> <absoluteTolerance>VALUE</absoluteTolerance> <relativeTolerance>VALUE</relativeTolerance> <advancedOptions> <!-- optional --> <deactivateSSC>VALUE</deactivateSSC> <!-- optional --> <gapTolerance>VALUE</gapTolerance> <!-- optional --> <maximalSSCGain>VALUE</maximalSSCGain> <!-- optional --> <safetyFactorSSC>VALUE</safetyFactorSSC> <!-- optional --> </advancedOptions> </TimeSteppingSSCIntegrator>