Accumulates values for temperature and pressure measurement, and calculates and outputs the average values at output times. Requires temperatureAndPressureVariables.H to be declared before the timeloop. More...
Accumulates values for temperature and pressure measurement, and calculates and outputs the average values at output times. Requires temperatureAndPressureVariables.H to be declared before the timeloop.
Definition in file temperatureAndPressure.H.
Go to the source code of this file.
Functions | |
if (runTime.outputTime()) | |
Variables | |
accumulatedTotalLinearMomentum = singleStepTotalLinearMomentum | |
accumulatedTotalMass = singleStepTotalMass | |
accumulatedTotalLinearKE = singleStepTotalLinearKE | |
accumulatedTotalAngularKE = singleStepTotalAngularKE | |
accumulatedTotalPE = singleStepTotalPE | |
accumulatedTotalrDotfSum = singleStepTotalrDotf | |
accumulatedNMols = singleStepNMols | |
accumulatedDOFs = singleStepDOFs |
if | ( | runTime. | outputTime() ) |
Definition at line 49 of file temperatureAndPressure.H.
References accumulatedDOFs, accumulatedNMols, accumulatedTotalAngularKE, accumulatedTotalLinearKE, accumulatedTotalLinearMomentum, accumulatedTotalMass, accumulatedTotalPE, accumulatedTotalrDotfSum, averagePressure, averageTemperature, Foam::endl(), Foam::Info, Foam::mag(), magSqr(), meshVolume, and Foam::nl.
accumulatedTotalLinearMomentum = singleStepTotalLinearMomentum |
Definition at line 33 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 35 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 37 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 39 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 41 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 43 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 45 of file temperatureAndPressure.H.
Referenced by if().
Definition at line 47 of file temperatureAndPressure.H.
Referenced by if().