Copies the boundary values from a user specified field. More...
Public Member Functions | |
TypeName ("copiedFixedValue") | |
copiedFixedValueFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
copiedFixedValueFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &) | |
virtual tmp< fvPatchScalarField > | clone () const |
copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
Protected Attributes | |
word | sourceFieldName_ |
Copies the boundary values from a user specified field.
<patchName> { // Mandatory entries type copiedFixedValue; sourceFieldName <word>; // Inherited entries ... }
where the entries mean:
Property | Description | Type | Reqd | Deflt |
---|---|---|---|---|
type | Type name: copiedFixedValue | word | yes | - |
sourceFieldName | Name of the source field | word | yes | - |
The inherited entries are elaborated in:
Definition at line 92 of file copiedFixedValueFvPatchScalarField.H.
copiedFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 29 of file copiedFixedValueFvPatchScalarField.C.
Referenced by copiedFixedValueFvPatchScalarField::clone().
copiedFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 40 of file copiedFixedValueFvPatchScalarField.C.
copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Definition at line 52 of file copiedFixedValueFvPatchScalarField.C.
copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | awfpsf | ) |
Definition at line 65 of file copiedFixedValueFvPatchScalarField.C.
copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | awfpsf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Definition at line 75 of file copiedFixedValueFvPatchScalarField.C.
TypeName | ( | "copiedFixedValue" | ) |
|
inlinevirtual |
Definition at line 144 of file copiedFixedValueFvPatchScalarField.H.
References copiedFixedValueFvPatchScalarField::copiedFixedValueFvPatchScalarField().
|
inlinevirtual |
Definition at line 161 of file copiedFixedValueFvPatchScalarField.H.
References copiedFixedValueFvPatchScalarField::copiedFixedValueFvPatchScalarField().
|
virtual |
Definition at line 88 of file copiedFixedValueFvPatchScalarField.C.
References Foam::foamVersion::patch, and copiedFixedValueFvPatchScalarField::sourceFieldName_.
|
virtual |
Definition at line 104 of file copiedFixedValueFvPatchScalarField.C.
References os(), fvPatchField::write(), and Ostream::writeEntry().
|
protected |
Definition at line 101 of file copiedFixedValueFvPatchScalarField.H.
Referenced by copiedFixedValueFvPatchScalarField::updateCoeffs().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.