Provides accumulation variables for temperatureAndPressure.H. More...
Provides accumulation variables for temperatureAndPressure.H.
Definition in file temperatureAndPressureVariables.H.
Go to the source code of this file.
Functions | |
vector | accumulatedTotalLinearMomentum (vector::zero) |
if (Pstream::parRun()) | |
Variables | |
scalar | accumulatedTotalMass = 0.0 |
scalar | accumulatedTotalAngularKE = 0.0 |
scalar | accumulatedTotalLinearKE = 0.0 |
scalar | accumulatedTotalPE = 0.0 |
scalar | accumulatedTotalrDotfSum = 0.0 |
label | accumulatedNMols = 0 |
label | accumulatedDOFs = 0 |
scalar | averageTemperature = 0.0 |
scalar | averagePressure = 0.0 |
const scalarField & | cellVols = mesh.cellVolumes() |
scalar | meshVolume = sum(cellVols) |
vector accumulatedTotalLinearMomentum | ( | vector::zero | ) |
if | ( | Pstream:: | parRun() ) |
Definition at line 54 of file temperatureAndPressureVariables.H.
scalar accumulatedTotalMass = 0.0 |
Definition at line 32 of file temperatureAndPressureVariables.H.
scalar accumulatedTotalAngularKE = 0.0 |
Definition at line 34 of file temperatureAndPressureVariables.H.
scalar accumulatedTotalLinearKE = 0.0 |
Definition at line 36 of file temperatureAndPressureVariables.H.
scalar accumulatedTotalPE = 0.0 |
Definition at line 38 of file temperatureAndPressureVariables.H.
scalar accumulatedTotalrDotfSum = 0.0 |
Definition at line 40 of file temperatureAndPressureVariables.H.
label accumulatedNMols = 0 |
Definition at line 42 of file temperatureAndPressureVariables.H.
label accumulatedDOFs = 0 |
Definition at line 44 of file temperatureAndPressureVariables.H.
scalar averageTemperature = 0.0 |
Definition at line 46 of file temperatureAndPressureVariables.H.
Referenced by if().
scalar averagePressure = 0.0 |
Definition at line 48 of file temperatureAndPressureVariables.H.
Referenced by pressureSwirlInjector::averageVelocity(), definedPressureSwirlInjector::averageVelocity(), blobsSwirlInjector::averageVelocity(), and if().
const scalarField& cellVols = mesh.cellVolumes() |
Definition at line 50 of file temperatureAndPressureVariables.H.
Referenced by primitiveMesh::checkMeshMotion().
scalar meshVolume = sum(cellVols) |
Definition at line 52 of file temperatureAndPressureVariables.H.
Referenced by if().