Copies the boundary values from a user specified field. More...
#include <copiedFixedValueFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("copiedFixedValue") | |
| Runtime type information. | |
| copiedFixedValueFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| copiedFixedValueFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given copiedFixedValueFvPatchScalarField onto a new patch. | |
| copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &) | |
| Construct as copy. | |
| copiedFixedValueFvPatchScalarField (const copiedFixedValueFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
Protected Attributes | |
| word | sourceFieldName_ |
| Name of the source field. | |
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 ) |
Construct from patch and internal field.
Definition at line 28 of file copiedFixedValueFvPatchScalarField.C.
References p, and sourceFieldName_.
Referenced by copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), and TypeName().

| copiedFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 39 of file copiedFixedValueFvPatchScalarField.C.
References dict, p, and sourceFieldName_.
| copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given copiedFixedValueFvPatchScalarField onto a new patch.
Definition at line 51 of file copiedFixedValueFvPatchScalarField.C.
References copiedFixedValueFvPatchScalarField(), p, and sourceFieldName_.

| copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | awfpsf | ) |
Construct as copy.
Definition at line 64 of file copiedFixedValueFvPatchScalarField.C.
References copiedFixedValueFvPatchScalarField(), and sourceFieldName_.

| copiedFixedValueFvPatchScalarField | ( | const copiedFixedValueFvPatchScalarField & | awfpsf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 74 of file copiedFixedValueFvPatchScalarField.C.
References copiedFixedValueFvPatchScalarField(), and sourceFieldName_.

| TypeName | ( | "copiedFixedValue" | ) |
Runtime type information.
References copiedFixedValueFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 167 of file copiedFixedValueFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 175 of file copiedFixedValueFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 88 of file copiedFixedValueFvPatchScalarField.C.
References sourceFieldName_.
|
virtual |
Write.
Definition at line 104 of file copiedFixedValueFvPatchScalarField.C.
References os(), sourceFieldName_, fvPatchField< Type >::write(), and fvPatchField< Type >::writeValueEntry().

|
protected |
Name of the source field.
Definition at line 103 of file copiedFixedValueFvPatchScalarField.H.
Referenced by copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), copiedFixedValueFvPatchScalarField(), updateCoeffs(), and write().