FreeFOAM The Cross-Platform CFD Toolkit
temperatureAndPressure.H File Reference

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...


Detailed Description

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.

+ This graph shows which files directly or indirectly include this file:

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

Function Documentation


Variable Documentation

accumulatedTotalLinearMomentum = singleStepTotalLinearMomentum

Definition at line 33 of file temperatureAndPressure.H.

Referenced by if().

accumulatedTotalMass = singleStepTotalMass

Definition at line 35 of file temperatureAndPressure.H.

Referenced by if().

accumulatedTotalLinearKE = singleStepTotalLinearKE

Definition at line 37 of file temperatureAndPressure.H.

Referenced by if().

accumulatedTotalAngularKE = singleStepTotalAngularKE

Definition at line 39 of file temperatureAndPressure.H.

Referenced by if().

accumulatedTotalPE = singleStepTotalPE

Definition at line 41 of file temperatureAndPressure.H.

Referenced by if().

accumulatedTotalrDotfSum = singleStepTotalrDotf

Definition at line 43 of file temperatureAndPressure.H.

Referenced by if().

accumulatedNMols = singleStepNMols

Definition at line 45 of file temperatureAndPressure.H.

Referenced by if().

accumulatedDOFs = singleStepDOFs

Definition at line 47 of file temperatureAndPressure.H.

Referenced by if().