20 #ifndef JDFTX_FLUID_IDEALGASPSIALPHA_H 21 #define JDFTX_FLUID_IDEALGASPSIALPHA_H 23 #include <fluid/IdealGasPomega.h> 36 string representationName()
const;
42 #endif // JDFTX_FLUID_IDEALGASPSIALPHA_H const TranslationOperator & trans
translation operator for orientation integral
Definition: IdealGasPomega.h:44
IdealGasPsiAlpha(const FluidMixture *, const FluidComponent *, const SO3quad &quad, const TranslationOperator &trans)
Mixture of fluids that provides the total free energy functional for minimization Constructing Fex an...
Definition: FluidMixture.h:32
Definition: IdealGasPomega.h:30
const SO3quad & quad
quadrature for orientation integral
Definition: IdealGasPomega.h:43
Abstract base class for translation operators.
Definition: TranslationOperator.h:30
Named fluid components for which bulk properties / geometries / excess functionals are available...
Definition: FluidComponent.h:27
void initState(const ScalarField *Vex, ScalarField *psi, double scale, double Elo, double Ehi) const
std::shared_ptr< ScalarFieldData > ScalarField
A smart reference-counting pointer to ScalarFieldData.
Definition: ScalarField.h:41
Quadrature for SO(3)
Definition: SO3quad.h:34
IdealGas for polyatomic molecules with the effective potential 'psi_alpha' independent variables...
Definition: IdealGasPsiAlpha.h:26