35 #ifndef thermoParcelInjectionData_H
36 #define thermoParcelInjectionData_H
46 class thermoParcelInjectionData;
53 const thermoParcelInjectionData&
59 thermoParcelInjectionData&
84 TypeName(
"thermoParcelInjectionData");
105 inline scalar
T()
const;
108 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 any number of values (e....
Container class to provide injection data for momentum parcels.
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].