Base class for flame wrinkling profiles. More...


Public Member Functions | |
| TypeName ("XiProfile") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiProfile, dictionary,(const dictionary &dict, const volScalarField &b),(dict, b)) | |
| XiProfile (const volScalarField &b) | |
| Construct from components. More... | |
| XiProfile (const XiProfile &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiProfile () |
| Destructor. More... | |
| virtual tmp< volScalarField > | profile () const =0 |
| Return the flame-wrinkling profile. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiProfile &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< XiProfile > | New (const dictionary &XiProperties, const volScalarField &b) |
| Return a reference to the selected XiEq model. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict)=0 |
| Update coefficients from given dictionary. More... | |
Protected Attributes | |
| const volScalarField & | b_ |
| XiProfile | ( | const volScalarField & | b | ) |
Construct from components.
Definition at line 47 of file XiProfile.C.
|
virtual |
Destructor.
Definition at line 55 of file XiProfile.C.
|
protectedpure virtual |
Update coefficients from given dictionary.
Implemented in uniform, linear, and cubic.
Definition at line 39 of file XiProfile.C.
Referenced by cubic::readCoeffs(), linear::readCoeffs(), and uniform::readCoeffs().

| TypeName | ( | "XiProfile" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| XiProfile | , | ||
| dictionary | , | ||
| (const dictionary &dict, const volScalarField &b) | , | ||
| (dict, b) | |||
| ) |
|
static |
Return a reference to the selected XiEq model.
Definition at line 30 of file XiProfileNew.C.
References b, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, dictionary::optionalSubDict(), and dictionary::subDict().

|
pure virtual |
| bool read | ( | const dictionary & | XiProperties | ) |
Update properties from the given XiProperties dictionary.
Definition at line 61 of file XiProfile.C.
References dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().

|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 56 of file XiProfile.H.