38#ifndef thermoParcelInjectionData_H
39#define thermoParcelInjectionData_H
87 TypeName(
"thermoParcelInjectionData");
108 inline scalar
T()
const;
111 inline scalar
Cp()
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
kinematicParcelInjectionData()
Null constructor.
Container class to provide injection data for thermodynamic parcels.
scalar Cp() const
Return const access to the specific heat capacity.
scalar T() const
Return const access to the temperature.
scalar Cp_
Specific heat capacity [J/kg/K].
virtual ~thermoParcelInjectionData()
Destructor.
thermoParcelInjectionData()
Null constructor.
TypeName("thermoParcelInjectionData")
Runtime type information.
scalar T_
Temperature [K].
OBJstream os(runTime.globalPath()/outputName)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.