Generic GeometricField class.
Base class for flame wrinkling profiles.
const volScalarField & b_
virtual tmp< volScalarField > profile() const =0
Return the flame-wrinkling profile.
TypeName("XiProfile")
Runtime type information.
virtual ~XiProfile()
Destructor.
void operator=(const XiProfile &)=delete
Disallow default bitwise assignment.
static autoPtr< XiProfile > New(const dictionary &XiProperties, const volScalarField &b)
Return a reference to the selected XiEq model.
XiProfile(const volScalarField &b)
Construct from components.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
declareRunTimeSelectionTable(autoPtr, XiProfile, dictionary,(const dictionary &dict, const volScalarField &b),(dict, b))
virtual bool readCoeffs(const dictionary &dict)=0
Update coefficients from given dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.