![]() |
|
Public Member Functions | |
TypeName ("fixedValueOutflow") | |
Runtime type information. | |
fixedValueOutflowFaPatchField (const faPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
fixedValueOutflowFaPatchField (const faPatch &, const Field< Type > &, Istream &) | |
Construct from patch, internal field and Istream. | |
fixedValueOutflowFaPatchField (const faPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
fixedValueOutflowFaPatchField (const fixedValueOutflowFaPatchField< Type > &, const faPatch &, const Field< Type > &, const faPatchFieldMapper &) | |
Construct by mapping the given fixedValueOutflowFaPatchField<Type>. | |
virtual tmp< faPatchField< Type > > | clone () const |
Construct and return a clone. | |
fixedValueOutflowFaPatchField (const fixedValueOutflowFaPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< faPatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. | |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
Return the matrix source coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | operator= (const UList< Type > &) |
Assignment from UList operator. Takes linear time. | |
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 &) |
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) |
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and Istream.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given fixedValueOutflowFaPatchField<Type>. onto a new patch |
|
Construct as copy setting internal field reference.
|
|
Construct and return a clone setting internal field reference.
Reimplemented from faPatchField. Definition at line 122 of file fixedValueOutflowFaPatchField.H. |
|
Construct and return a clone.
Reimplemented from faPatchField. Definition at line 106 of file fixedValueOutflowFaPatchField.H. |
|
Return true if this patch field fixes a value. Needed to check if a level has to be specified while solving Poissons equations. Reimplemented from faPatchField. Definition at line 140 of file fixedValueOutflowFaPatchField.H. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from faPatchField. |
|
Reimplemented from faPatchField. Definition at line 202 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 196 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 190 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 200 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 193 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 188 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 201 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 194 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 189 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 203 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 197 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 191 of file fixedValueOutflowFaPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from faPatchField. Definition at line 199 of file fixedValueOutflowFaPatchField.H. |
|
Reimplemented from faPatchField. Definition at line 187 of file fixedValueOutflowFaPatchField.H. |
|
Assignment from UList operator. Takes linear time.
Reimplemented from faPatchField. Definition at line 185 of file fixedValueOutflowFaPatchField.H. |
|
Runtime type information.
|
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Write.
Reimplemented from faPatchField. |