Go to the documentation of this file.
58 #ifndef solidMixtureProperties_H
59 #define solidMixtureProperties_H
virtual autoPtr< solidMixtureProperties > clone() const
Construct and return a clone.
scalarField X(const scalarField &Y) const
Returns the mole fractions, given mass fractions.
solidMixtureProperties(const dictionary &)
Construct from dictionary.
scalarField Y(const scalarField &X) const
Returns the mass fractions, given mole fractions.
scalar rho(const scalarField &X) const
Calculate the mixture density [kg/m^3] as a function of.
scalar Cp(const scalarField &Y) const
Calculate the mixture heat capacity [J/(kg K)] as a function.
PtrList< solidProperties > properties_
The solidProperties properties.
const List< word > & components() const
Return the solidProperties names.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const PtrList< solidProperties > & properties() const
Return the solidProperties properties.
static autoPtr< solidMixtureProperties > New(const dictionary &)
Select construct from dictionary.
label size() const
Return the number of solids in the mixture.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
List< word > components_
The names of the solids.
virtual ~solidMixtureProperties()
Destructor.
void size(const label)
Override size to be inconsistent with allocated storage.