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;
123 friend Ostream&
operator<<
130 friend Istream&
operator>>
Container class to provide injection data for thermodynamic parcels.
scalar Cp() const
Return const access to the specific heat capacity.
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar T_
Temperature [K].
Container class to provide injection data for kinematic parcels.
thermoParcelInjectionData()
Null constructor.
scalar T() const
Return const access to the temperature.
scalar Cp_
Specific heat capacity [J/kg/K].
virtual ~thermoParcelInjectionData()
Destructor.
Database for solution data, solver performance and other reduced data.
TypeName("thermoParcelInjectionData")
Runtime type information.