List of finite volume options. More...
Public Member Functions | |
TypeName ("optionList") | |
optionList (const fvPatch &p) | |
optionList (const fvPatch &p, const dictionary &) | |
virtual | ~optionList ()=default |
void | reset (const dictionary &dict) |
bool | appliesToField (const word &fieldName) const |
template<class Type > | |
tmp< faMatrix< Type > > | operator() (const areaScalarField &h, GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
tmp< faMatrix< Type > > | operator() (const areaScalarField &h, GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
tmp< faMatrix< Type > > | operator() (const areaScalarField &h, const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
tmp< faMatrix< Type > > | operator() (const areaScalarField &h, const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
tmp< faMatrix< Type > > | operator() (const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field, const dimensionSet &ds) |
template<class Type > | |
tmp< faMatrix< Type > > | d2dt2 (GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
tmp< faMatrix< Type > > | d2dt2 (GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
void | constrain (faMatrix< Type > &eqn) |
template<class Type > | |
void | correct (GeometricField< Type, faPatchField, areaMesh > &field) |
virtual bool | read (const dictionary &dict) |
virtual bool | writeData (Ostream &os) const |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | source (GeometricField< Type, faPatchField, areaMesh > &field, const areaScalarField &h, const word &fieldName, const dimensionSet &ds) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | operator() (const areaScalarField &h, GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | operator() (const areaScalarField &h, GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | operator() (const areaScalarField &h, const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | operator() (const areaScalarField &h, const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | operator() (const areaScalarField &rho, GeometricField< Type, faPatchField, areaMesh > &field, const dimensionSet &ds) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | d2dt2 (GeometricField< Type, faPatchField, areaMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::faMatrix< Type > > | d2dt2 (GeometricField< Type, faPatchField, areaMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | source (GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName, const dimensionSet &ds) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const volScalarField &alpha, const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const volScalarField &alpha, const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const geometricOneField &alpha, const geometricOneField &rho, GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const volScalarField &alpha, const geometricOneField &rho, GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | operator() (const geometricOneField &alpha, const volScalarField &rho, GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | d2dt2 (GeometricField< Type, fvPatchField, volMesh > &field) |
template<class Type > | |
Foam::tmp< Foam::fvMatrix< Type > > | d2dt2 (GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName) |
![]() | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
PtrList (const PtrList< T > &list, const CloneArg &cloneArgs) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
PtrList (Istream &is, const INew &inew) | |
PtrList (Istream &is) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
PtrList (Istream &is) | |
~PtrList () | |
PtrList< T > | clone (Args &&... args) const |
Foam::PtrList< T > | clone (Args &&... args) const |
const T * | set (const label i) const |
autoPtr< T > | set (const label i, T *ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &&ptr) |
autoPtr< T > | set (const label i, std::unique_ptr< T > &&ptr) |
autoPtr< T > | set (const label i, const refPtr< T > &ptr) |
autoPtr< T > | set (const label i, const tmp< T > &ptr) |
void | clear () |
void | resize (const label newLen) |
void | setSize (const label newLen) |
void | emplace_append (Args &&... args) |
void | append (T *ptr) |
void | append (autoPtr< T > &ptr) |
void | append (autoPtr< T > &&ptr) |
void | append (std::unique_ptr< T > &&ptr) |
void | append (const refPtr< T > &ptr) |
void | append (const tmp< T > &ptr) |
autoPtr< T > | emplace (const label i, Args &&... args) |
Foam::autoPtr< T > | emplace (const label i, Args &&... args) |
autoPtr< T > | release (const label i) |
void | transfer (PtrList< T > &list) |
void | operator= (const PtrList< T > &list) |
void | operator= (PtrList< T > &&list) |
Protected Member Functions | |
bool | readOptions (const dictionary &dict) |
void | checkApplied () const |
template<class Type > | |
tmp< faMatrix< Type > > | source (GeometricField< Type, faPatchField, areaMesh > &field, const areaScalarField &h, const word &fieldName, const dimensionSet &ds) |
optionList (const optionList &)=delete | |
void | operator= (const optionList &)=delete |
![]() | |
void | readIstream (Istream &is, const INew &inew) |
void | free () |
Static Protected Member Functions | |
static const dictionary & | optionsDict (const dictionary &dict) |
Protected Attributes | |
const fvMesh & | mesh_ |
const fvPatch & | patch_ |
label | checkTimeIndex_ |
Friends | |
Ostream & | operator<< (Ostream &os, const optionList &options) |
List of finite volume options.
Definition at line 59 of file faOptionList.H.
|
protecteddelete |
|
explicit |
Definition at line 90 of file faOptionList.C.
optionList | ( | const fvPatch & | p, |
const dictionary & | dict | ||
) |
|
virtualdefault |
|
staticprotected |
Definition at line 37 of file faOptionList.C.
References dict.
|
protected |
Definition at line 47 of file faOptionList.C.
References optionList::checkTimeIndex_, dict, optionList::mesh_, option::name(), option::read(), fvMesh::time(), and TimeState::timeIndex().
|
protected |
Definition at line 61 of file faOptionList.C.
References option::checkApplied().
Referenced by optionList::constrain().
|
protected |
|
protecteddelete |
TypeName | ( | "optionList" | ) |
void reset | ( | const dictionary & | dict | ) |
Definition at line 101 of file faOptionList.C.
References Foam::BitOps::count(), dict, Foam::name(), option::New(), resize(), and Foam::BitOps::set().
Definition at line 133 of file faOptionList.C.
References option::applyToField().
tmp<faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
GeometricField< Type, faPatchField, areaMesh > & | field | ||
) |
tmp<faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const word & | fieldName | ||
) |
tmp<faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
const areaScalarField & | rho, | ||
GeometricField< Type, faPatchField, areaMesh > & | field | ||
) |
tmp<faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
const areaScalarField & | rho, | ||
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const word & | fieldName | ||
) |
tmp<faMatrix<Type> > operator() | ( | const areaScalarField & | rho, |
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const dimensionSet & | ds | ||
) |
tmp<faMatrix<Type> > d2dt2 | ( | GeometricField< Type, faPatchField, areaMesh > & | field | ) |
tmp<faMatrix<Type> > d2dt2 | ( | GeometricField< Type, faPatchField, areaMesh > & | field, |
const word & | fieldName | ||
) |
void constrain | ( | faMatrix< Type > & | eqn | ) |
Definition at line 242 of file faOptionListTemplates.C.
References addProfiling, optionList::checkApplied(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::Info, faMatrix::psi(), and optionList::source().
Referenced by kinematicThinFilm::evolveRegion(), KirchhoffShell::solveDisplacement(), and thermalShell::solveEnergy().
void correct | ( | GeometricField< Type, faPatchField, areaMesh > & | field | ) |
Definition at line 283 of file faOptionListTemplates.C.
References addProfiling, option::applyToField(), option::correct(), Foam::expressions::patchExpr::debug, Foam::endl(), field(), Foam::Info, option::isActive(), option::name(), and option::setApplied().
Referenced by kinematicThinFilm::evolveRegion(), KirchhoffShell::solveDisplacement(), and thermalShell::solveEnergy().
|
virtual |
Definition at line 149 of file faOptionList.C.
References dict.
Referenced by options::read().
Definition at line 155 of file faOptionList.C.
References Foam::nl, os(), option::writeData(), option::writeFooter(), and option::writeHeader().
Referenced by Foam::operator<<().
Foam::tmp<Foam::faMatrix<Type> > source | ( | GeometricField< Type, faPatchField, areaMesh > & | field, |
const areaScalarField & | h, | ||
const word & | fieldName, | ||
const dimensionSet & | ds | ||
) |
Definition at line 28 of file faOptionListTemplates.C.
References addProfiling, option::addSup(), option::applyToField(), Foam::expressions::patchExpr::debug, Foam::endl(), field(), Foam::constant::universal::h, Foam::Info, option::isActive(), option::name(), tmp::ref(), and option::setApplied().
Foam::tmp<Foam::faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
GeometricField< Type, faPatchField, areaMesh > & | field | ||
) |
Definition at line 79 of file faOptionListTemplates.C.
References field(), and Foam::constant::universal::h.
Foam::tmp<Foam::faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const word & | fieldName | ||
) |
Definition at line 90 of file faOptionListTemplates.C.
References Foam::dimArea, Foam::dimTime, field(), and Foam::constant::universal::h.
Foam::tmp<Foam::faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
const areaScalarField & | rho, | ||
GeometricField< Type, faPatchField, areaMesh > & | field | ||
) |
Definition at line 102 of file faOptionListTemplates.C.
References field(), Foam::constant::universal::h, and rho.
Foam::tmp<Foam::faMatrix<Type> > operator() | ( | const areaScalarField & | h, |
const areaScalarField & | rho, | ||
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const word & | fieldName | ||
) |
Definition at line 114 of file faOptionListTemplates.C.
References addProfiling, option::addSup(), option::applyToField(), Foam::expressions::patchExpr::debug, Foam::dimArea, Foam::dimTime, Foam::endl(), field(), Foam::constant::universal::h, Foam::Info, option::isActive(), option::name(), tmp::ref(), rho, and option::setApplied().
Foam::tmp<Foam::faMatrix<Type> > operator() | ( | const areaScalarField & | rho, |
GeometricField< Type, faPatchField, areaMesh > & | field, | ||
const dimensionSet & | ds | ||
) |
Definition at line 170 of file faOptionListTemplates.C.
References addProfiling, option::addSup(), option::applyToField(), Foam::expressions::patchExpr::debug, Foam::dimArea, Foam::endl(), field(), Foam::Info, option::isActive(), option::name(), tmp::ref(), rho, and option::setApplied().
Foam::tmp<Foam::faMatrix<Type> > d2dt2 | ( | GeometricField< Type, faPatchField, areaMesh > & | field | ) |
Definition at line 222 of file faOptionListTemplates.C.
References Foam::fac::d2dt2(), and field().
Foam::tmp<Foam::faMatrix<Type> > d2dt2 | ( | GeometricField< Type, faPatchField, areaMesh > & | field, |
const word & | fieldName | ||
) |
Definition at line 232 of file faOptionListTemplates.C.
References Foam::dimArea, Foam::dimTime, field(), and Foam::sqr().
Foam::tmp<Foam::fvMatrix<Type> > source | ( | GeometricField< Type, fvPatchField, volMesh > & | field, |
const word & | fieldName, | ||
const dimensionSet & | ds | ||
) |
Definition at line 30 of file fvOptionListTemplates.C.
References addProfiling, option::addSup(), option::applyToField(), Foam::expressions::patchExpr::debug, Foam::endl(), field(), Foam::Info, option::isActive(), option::name(), tmp::ref(), and option::setApplied().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | GeometricField< Type, fvPatchField, volMesh > & | field | ) |
Definition at line 80 of file fvOptionListTemplates.C.
References field().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | GeometricField< Type, fvPatchField, volMesh > & | field, |
const word & | fieldName | ||
) |
Definition at line 90 of file fvOptionListTemplates.C.
References Foam::dimTime, Foam::dimVolume, and field().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const volScalarField & | rho, |
GeometricField< Type, fvPatchField, volMesh > & | field | ||
) |
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const volScalarField & | rho, |
GeometricField< Type, fvPatchField, volMesh > & | field, | ||
const word & | fieldName | ||
) |
Definition at line 112 of file fvOptionListTemplates.C.
References addProfiling, option::addSup(), option::applyToField(), Foam::expressions::patchExpr::debug, Foam::dimTime, Foam::dimVolume, Foam::endl(), field(), Foam::Info, option::isActive(), option::name(), tmp::ref(), rho, and option::setApplied().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const volScalarField & | alpha, |
const volScalarField & | rho, | ||
GeometricField< Type, fvPatchField, volMesh > & | field | ||
) |
Definition at line 167 of file fvOptionListTemplates.C.
References Foam::constant::atomic::alpha, field(), and rho.
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const volScalarField & | alpha, |
const volScalarField & | rho, | ||
GeometricField< Type, fvPatchField, volMesh > & | field, | ||
const word & | fieldName | ||
) |
Definition at line 179 of file fvOptionListTemplates.C.
References addProfiling, option::addSup(), Foam::constant::atomic::alpha, option::applyToField(), Foam::expressions::patchExpr::debug, dimensioned::dimensions(), Foam::dimTime, Foam::dimVolume, Foam::endl(), field(), Foam::Info, option::isActive(), option::name(), tmp::ref(), rho, and option::setApplied().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const geometricOneField & | alpha, |
const geometricOneField & | rho, | ||
GeometricField< Type, fvPatchField, volMesh > & | field | ||
) |
Definition at line 236 of file fvOptionListTemplates.C.
References field().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const volScalarField & | alpha, |
const geometricOneField & | rho, | ||
GeometricField< Type, fvPatchField, volMesh > & | field | ||
) |
Definition at line 248 of file fvOptionListTemplates.C.
References Foam::constant::atomic::alpha, Foam::dimless, and field().
Foam::tmp<Foam::fvMatrix<Type> > operator() | ( | const geometricOneField & | alpha, |
const volScalarField & | rho, | ||
GeometricField< Type, fvPatchField, volMesh > & | field | ||
) |
Foam::tmp<Foam::fvMatrix<Type> > d2dt2 | ( | GeometricField< Type, fvPatchField, volMesh > & | field | ) |
Definition at line 287 of file fvOptionListTemplates.C.
References Foam::fac::d2dt2(), and field().
Foam::tmp<Foam::fvMatrix<Type> > d2dt2 | ( | GeometricField< Type, fvPatchField, volMesh > & | field, |
const word & | fieldName | ||
) |
Definition at line 297 of file fvOptionListTemplates.C.
References Foam::dimTime, Foam::dimVolume, field(), and Foam::sqr().
|
friend |
|
protected |
Definition at line 68 of file faOptionList.H.
Referenced by optionList::readOptions().
|
protected |
Definition at line 71 of file faOptionList.H.
|
protected |
Definition at line 74 of file faOptionList.H.
Referenced by optionList::readOptions().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.