A mixed boundary type that blends between fixedValue and slip, as opposed to the standard mixed condition that blends between fixedValue and fixedGradient; required to implement maxwellSlipU condition. More...
A mixed boundary type that blends between fixedValue and slip, as opposed to the standard mixed condition that blends between fixedValue and fixedGradient; required to implement maxwellSlipU condition.
Definition at line 52 of file mixedFixedValueSlipFvPatchField.H.
Public Member Functions | |
TypeName ("mixedFixedValueSlip") | |
Runtime type information.
| |
mixedFixedValueSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
mixedFixedValueSlipFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
mixedFixedValueSlipFvPatchField (const mixedFixedValueSlipFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
mixedFixedValueSlipFvPatchField (const mixedFixedValueSlipFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
mixedFixedValueSlipFvPatchField (const mixedFixedValueSlipFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object.
| |
virtual void | rmap (const fvPatchField< Type > &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField.
| |
virtual Field< Type > & | refValue () |
virtual const Field< Type > & | refValue () const |
virtual scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () const |
virtual tmp< Field< Type > > | snGrad () const |
Return gradient at boundary.
| |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
Evaluate the patch field.
| |
virtual tmp< Field< Type > > | snGradTransformDiag () const |
Return face-gradient transform diagonal.
| |
virtual void | write (Ostream &) const |
Write.
| |
virtual void | operator= (const UList< Type > &) |
Assignment from UList operator. Takes linear time.
| |
virtual void | operator= (const fvPatchField< Type > &) |
virtual void | operator+= (const fvPatchField< Type > &) |
virtual void | operator-= (const fvPatchField< Type > &) |
virtual void | operator*= (const fvPatchField< scalar > &) |
virtual void | operator/= (const fvPatchField< 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 &) |
Assignment of all entries to the given value.
| |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const Type &) |
virtual void | operator*= (const scalar) |
virtual void | operator/= (const scalar) |
mixedFixedValueSlipFvPatchField | ( | const fvPatch & | , |
const DimensionedField< Type, volMesh > & | |||
) |
Construct from patch and internal field.
mixedFixedValueSlipFvPatchField | ( | const fvPatch & | , |
const DimensionedField< Type, volMesh > & | , | ||
const dictionary & | |||
) |
Construct from patch, internal field and dictionary.
mixedFixedValueSlipFvPatchField | ( | const mixedFixedValueSlipFvPatchField< Type > & | , |
const fvPatch & | , | ||
const DimensionedField< Type, volMesh > & | , | ||
const fvPatchFieldMapper & | |||
) |
Construct by mapping given mixedFixedValueSlipFvPatchField onto a new patch
mixedFixedValueSlipFvPatchField | ( | const mixedFixedValueSlipFvPatchField< Type > & | ) |
Construct as copy.
mixedFixedValueSlipFvPatchField | ( | const mixedFixedValueSlipFvPatchField< Type > & | , |
const DimensionedField< Type, volMesh > & | |||
) |
Construct as copy setting internal field reference.
TypeName | ( | "mixedFixedValueSlip" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements transformFvPatchField< Type >.
Definition at line 104 of file mixedFixedValueSlipFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements transformFvPatchField< Type >.
Definition at line 121 of file mixedFixedValueSlipFvPatchField.H.
virtual void autoMap | ( | const fvPatchFieldMapper & | ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField< Type >.
virtual void rmap | ( | const fvPatchField< Type > & | , |
const labelList & | |||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField< Type >.
virtual Field<Type>& refValue | ( | ) | [inline, virtual]
|
Definition at line 150 of file mixedFixedValueSlipFvPatchField.H.
virtual const Field<Type>& refValue | ( | ) | const [inline, virtual]
|
Definition at line 155 of file mixedFixedValueSlipFvPatchField.H.
virtual scalarField& valueFraction | ( | ) | [inline, virtual]
|
Definition at line 160 of file mixedFixedValueSlipFvPatchField.H.
virtual const scalarField& valueFraction | ( | ) | const [inline, virtual]
|
Definition at line 165 of file mixedFixedValueSlipFvPatchField.H.
Return gradient at boundary.
Implements transformFvPatchField< Type >.
virtual void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[virtual]
|
Evaluate the patch field.
Reimplemented from fvPatchField< Type >.
Return face-gradient transform diagonal.
Implements transformFvPatchField< Type >.
virtual void write | ( | Ostream & | ) | const [virtual]
|
Write.
Reimplemented from fvPatchField< Type >.
virtual void operator= | ( | const UList< Type > & | ) | [inline, virtual]
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField< Type >.
Definition at line 191 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from transformFvPatchField< Type >.
Definition at line 193 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator+= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 194 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator-= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 195 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator*= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 196 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator/= | ( | const fvPatchField< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 197 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator+= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 199 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator-= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 200 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator*= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 202 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator/= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 203 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator= | ( | const Type & | ) | [inline, virtual]
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField< Type >.
Definition at line 205 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator+= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 206 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator-= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 207 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator*= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 208 of file mixedFixedValueSlipFvPatchField.H.
virtual void operator/= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 209 of file mixedFixedValueSlipFvPatchField.H.