Edge normal fixed value vector field finite area boundary condition. More...
#include <edgeNormalFixedValueFaPatchVectorField.H>


Public Member Functions | |
| TypeName ("edgeNormalFixedValue") | |
| Runtime type information. | |
| edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &) | |
| Construct from patch and internal field. | |
| edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &, const scalar refValue) | |
| Construct from patch, internal field and reference value. | |
| edgeNormalFixedValueFaPatchVectorField (const faPatch &, const DimensionedField< vector, areaMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &, const faPatch &, const DimensionedField< vector, areaMesh > &, const faPatchFieldMapper &) | |
| Construct by mapping given edgeNormalFixedValueFaPatchVectorField onto a new patch. | |
| edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &) | |
| Construct as copy. | |
| edgeNormalFixedValueFaPatchVectorField (const edgeNormalFixedValueFaPatchVectorField &, const DimensionedField< vector, areaMesh > &) | |
| Construct as copy setting internal field reference. | |
| virtual tmp< faPatchField< vector > > | clone () const |
| Return clone. | |
| virtual tmp< faPatchField< vector > > | clone (const DimensionedField< vector, areaMesh > &iF) const |
| Clone with an internal field reference. | |
| virtual void | autoMap (const faPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. | |
| virtual void | rmap (const faPatchVectorField &, const labelList &) |
| Reverse map the given faPatchField onto this faPatchField. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write includes "value" entry. | |
Edge normal fixed value vector field finite area boundary condition.
Describes a surface normal vector boundary condition by its magnitude. Note: The value is positive for outward-pointing vectors
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 54 of file edgeNormalFixedValueFaPatchVectorField.H.
| edgeNormalFixedValueFaPatchVectorField | ( | const faPatch & | p, |
| const DimensionedField< vector, areaMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 28 of file edgeNormalFixedValueFaPatchVectorField.C.
References p, and Foam::Zero.
Referenced by edgeNormalFixedValueFaPatchVectorField(), edgeNormalFixedValueFaPatchVectorField(), edgeNormalFixedValueFaPatchVectorField(), rmap(), and TypeName().

| edgeNormalFixedValueFaPatchVectorField | ( | const faPatch & | p, |
| const DimensionedField< vector, areaMesh > & | iF, | ||
| const scalar | refValue ) |
Construct from patch, internal field and reference value.
Definition at line 40 of file edgeNormalFixedValueFaPatchVectorField.C.
References p.
| edgeNormalFixedValueFaPatchVectorField | ( | const faPatch & | p, |
| const DimensionedField< vector, areaMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 67 of file edgeNormalFixedValueFaPatchVectorField.C.
References dict, faPatchField< vector >::operator=(), and p.

| edgeNormalFixedValueFaPatchVectorField | ( | const edgeNormalFixedValueFaPatchVectorField & | ptf, |
| const faPatch & | p, | ||
| const DimensionedField< vector, areaMesh > & | iF, | ||
| const faPatchFieldMapper & | mapper ) |
Construct by mapping given edgeNormalFixedValueFaPatchVectorField onto a new patch.
Definition at line 53 of file edgeNormalFixedValueFaPatchVectorField.C.
References edgeNormalFixedValueFaPatchVectorField(), and p.

| edgeNormalFixedValueFaPatchVectorField | ( | const edgeNormalFixedValueFaPatchVectorField & | pivpvf | ) |
Construct as copy.
Definition at line 84 of file edgeNormalFixedValueFaPatchVectorField.C.
References edgeNormalFixedValueFaPatchVectorField().

| edgeNormalFixedValueFaPatchVectorField | ( | const edgeNormalFixedValueFaPatchVectorField & | pivpvf, |
| const DimensionedField< vector, areaMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 95 of file edgeNormalFixedValueFaPatchVectorField.C.
References edgeNormalFixedValueFaPatchVectorField().

| TypeName | ( | "edgeNormalFixedValue" | ) |
Runtime type information.
References edgeNormalFixedValueFaPatchVectorField().

|
inlinevirtual |
Return clone.
Definition at line 137 of file edgeNormalFixedValueFaPatchVectorField.H.
References faPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 145 of file edgeNormalFixedValueFaPatchVectorField.H.
References faPatchField< Type >::Clone().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 109 of file edgeNormalFixedValueFaPatchVectorField.C.
|
virtual |
Reverse map the given faPatchField onto this faPatchField.
Definition at line 119 of file edgeNormalFixedValueFaPatchVectorField.C.
References edgeNormalFixedValueFaPatchVectorField(), and Foam::refCast().

|
virtual |
Update the coefficients associated with the patch field.
Definition at line 134 of file edgeNormalFixedValueFaPatchVectorField.C.
References faPatchField< vector >::operator=(), and faPatchField< vector >::updateCoeffs().

|
virtual |
Write includes "value" entry.
Definition at line 148 of file edgeNormalFixedValueFaPatchVectorField.C.
References os(), and fixedValueFaPatchField< Type >::write().
