PHSim.ds2 File Reference

The PH simulation setup file. The PH sensor is a child of the PH process. This enables the sensor model to easily request data from the parent process for use in computing the modelled sensor output. More...

Go to the source code of this file.


Detailed Description

The PH simulation setup file. The PH sensor is a child of the PH process. This enables the sensor model to easily request data from the parent process for use in computing the modelled sensor output.

<Simulation>
    <version>1</version>
    <timeStep>0.05</timeStep>
    <startSeconds>5</startSeconds>
    <endSeconds>1005</endSeconds>
    <startJD>2455861.019729585</startJD>
    <timeScale>-1.0</timeScale>
    <name>PH Simulation</name>
    <dataLogfile>PHSimulationData.log</dataLogfile>
    <integrator>
        <name>RK4</name>
        <type>DSimRK4</type>
        <library>builtin</library>
    </integrator>
    <objectTree>
        <object>
            <name>RHS_PH</name>
            <type>PHProcess</type>
            <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
            <integrator>RK4</integrator>
            <telemetry>h</telemetry>
            <telemetry>wA2</telemetry>
            <telemetry>wA1</telemetry>
            <telemetry>q1</telemetry>
            <telemetry>a3</telemetry>
            <telemetry>a</telemetry>
            <telemetry>wA4</telemetry>
            <telemetry>cV</telemetry>
            <telemetry>wA3</telemetry>
            <telemetry>z</telemetry>
            <telemetry>wB4</telemetry>
            <telemetry>q2</telemetry>
            <telemetry>n</telemetry>
            <logVariable>wA4</logVariable>
            <logVariable>wB4</logVariable>
            <child>
                <name>PHSensor</name>
                <type>PHSensor</type>
                <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
                <integrator>RK4</integrator>
                <telemetry>pK1</telemetry>
                <telemetry>pK2</telemetry>
                <telemetry>pH</telemetry>
                <logVariable>pH</logVariable>
            </child>
        </object>
    </objectTree>
</Simulation>

Definition in file PHSim.ds2.

 All Classes Files Functions Variables