A time-varying form of a uniform fixed value finite area boundary condition. More...
Public Member Functions | |
TypeName ("timeVaryingUniformFixedValue") | |
timeVaryingUniformFixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
timeVaryingUniformFixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
timeVaryingUniformFixedValueFaPatchField (const timeVaryingUniformFixedValueFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
timeVaryingUniformFixedValueFaPatchField (const timeVaryingUniformFixedValueFaPatchField< Type > &) | |
virtual tmp< faPatchField< Type > > | clone () const |
timeVaryingUniformFixedValueFaPatchField (const timeVaryingUniformFixedValueFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual tmp< faPatchField< Type > > | clone (const DimensionedField< Type, areaMesh > &iF) const |
virtual | ~timeVaryingUniformFixedValueFaPatchField ()=default |
const interpolationTable< Type > & | timeSeries () const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
![]() | |
TypeName ("fixedValue") | |
fixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
fixedValueFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
fixedValueFaPatchField (const fixedValueFaPatchField< Type > &) | |
fixedValueFaPatchField (const fixedValueFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual bool | fixesValue () const |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
virtual void | operator= (const UList< Type > &) |
virtual void | operator= (const faPatchField< Type > &) |
virtual void | operator+= (const faPatchField< Type > &) |
virtual void | operator-= (const faPatchField< Type > &) |
virtual void | operator*= (const faPatchField< scalar > &) |
virtual void | operator/= (const faPatchField< scalar > &) |
virtual void | operator+= (const Field< Type > &) |
virtual void | operator-= (const Field< Type > &) |
virtual void | operator*= (const Field< scalar > &) |
virtual void | operator/= (const Field< scalar > &) |
virtual void | operator= (const Type &) |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const Type &) |
virtual void | operator*= (const scalar) |
virtual void | operator/= (const scalar) |
![]() | |
TypeName ("faPatchField") | |
declareRunTimeSelectionTable (tmp, faPatchField, patch,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF),(p, iF)) | |
declareRunTimeSelectionTable (tmp, faPatchField, patchMapper,(const faPatchField< Type > &ptf, const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const faPatchFieldMapper &m),(dynamic_cast< const faPatchFieldType & >(ptf), p, iF, m)) | |
declareRunTimeSelectionTable (tmp, faPatchField, dictionary,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &) | |
faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
faPatchField (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
faPatchField (const faPatchField< Type > &) | |
faPatchField (const faPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual tmp< faPatchField< Type > > | clone () const |
Foam::tmp< Foam::faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &pf) |
virtual | ~faPatchField ()=default |
const objectRegistry & | db () const |
const faPatch & | patch () const |
const DimensionedField< Type, areaMesh > & | internalField () const |
const Field< Type > & | primitiveField () const |
const word & | patchType () const |
word & | patchType () |
virtual bool | fixesValue () const |
virtual bool | coupled () const |
bool | updated () const |
virtual void | autoMap (const faPatchFieldMapper &) |
virtual void | rmap (const faPatchField< Type > &, const labelList &) |
virtual tmp< Field< Type > > | snGrad () const |
virtual tmp< Field< Type > > | patchInternalField () const |
virtual tmp< Field< Type > > | patchNeighbourField () const |
virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< Field< scalar >> &) const |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< Field< scalar >> &) const |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
void | check (const faPatchField< Type > &) const |
virtual void | operator== (const faPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
Additional Inherited Members | |
![]() | |
typedef faPatch | Patch |
typedef calculatedFaPatchField< Type > | Calculated |
![]() | |
static tmp< faPatchField< Type > > | New (const word &patchFieldType, const word &actualPatchType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
static tmp< faPatchField< Type > > | New (const word &patchFieldType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
static tmp< faPatchField< Type > > | New (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) |
static tmp< faPatchField< Type > > | New (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) |
static tmp< faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &) |
static const word & | calculatedType () |
![]() | |
static int | disallowGenericFaPatchField |
A time-varying form of a uniform fixed value finite area boundary condition.
<patchName> { // Mandatory entries (unmodifiable) type timeVaryingUniformFixedValue; fileName "<case>/time-series"; outOfBounds clamp; // (error|warn|clamp|repeat) // Mandatory/Optional (inherited) entries ... }
where the entries mean:
Property | Description | Type | Reqd | Dflt |
---|---|---|---|---|
type | Type name: timeVaryingUniformFixedValue | word | yes | - |
fileName | Name of operand file | word | yes | - |
The inherited entries are elaborated in:
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 105 of file timeVaryingUniformFixedValueFaPatchField.H.
timeVaryingUniformFixedValueFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 29 of file timeVaryingUniformFixedValueFaPatchField.C.
timeVaryingUniformFixedValueFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 42 of file timeVaryingUniformFixedValueFaPatchField.C.
References dict, Foam::operator==(), and p.
timeVaryingUniformFixedValueFaPatchField | ( | const timeVaryingUniformFixedValueFaPatchField< Type > & | ptf, |
const faPatch & | p, | ||
const DimensionedField< Type, areaMesh > & | iF, | ||
const faPatchFieldMapper & | mapper | ||
) |
Definition at line 65 of file timeVaryingUniformFixedValueFaPatchField.C.
timeVaryingUniformFixedValueFaPatchField | ( | const timeVaryingUniformFixedValueFaPatchField< Type > & | ptf | ) |
Definition at line 80 of file timeVaryingUniformFixedValueFaPatchField.C.
timeVaryingUniformFixedValueFaPatchField | ( | const timeVaryingUniformFixedValueFaPatchField< Type > & | ptf, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 92 of file timeVaryingUniformFixedValueFaPatchField.C.
|
virtualdefault |
TypeName | ( | "timeVaryingUniformFixedValue" | ) |
|
inlinevirtual |
Reimplemented from fixedValueFaPatchField< Type >.
Definition at line 154 of file timeVaryingUniformFixedValueFaPatchField.H.
|
inlinevirtual |
Reimplemented from fixedValueFaPatchField< Type >.
Definition at line 171 of file timeVaryingUniformFixedValueFaPatchField.H.
|
inline |
Definition at line 191 of file timeVaryingUniformFixedValueFaPatchField.H.
|
virtual |
Reimplemented from faPatchField< Type >.
Definition at line 105 of file timeVaryingUniformFixedValueFaPatchField.C.
|
virtual |
Reimplemented from fixedValueFaPatchField< Type >.
Definition at line 122 of file timeVaryingUniformFixedValueFaPatchField.C.
References os(), and Foam::vtk::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.