valueMulticomponentMixture.C File Reference
Include dependency graph for valueMulticomponentMixture.C:

Go to the source code of this file.

Macros

#define thermoMixtureFunction(Func)
 

Detailed Description

Original source file valueMulticomponentMixture.C

Definition in file valueMulticomponentMixture.C.

Macro Definition Documentation

◆ thermoMixtureFunction

#define thermoMixtureFunction (   Func)
Value:
template<class ThermoType> \
Foam::scalar \
Foam::valueMulticomponentMixture<ThermoType>::thermoMixture::Func \
( \
scalar p, \
scalar T \
) const \
{ \
return massWeighted(&ThermoType::Func, p, T); \
}
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
volScalarField & p

Definition at line 177 of file valueMulticomponentMixture.C.