Calculates and applies the force necessary to maintain the specified mean velocity averaged over the specified patch. More...


Public Member Functions | |
| TypeName ("patchMeanVelocityForce") | |
| Runtime type information. More... | |
| patchMeanVelocityForce (const word &sourceName, const word &modelType, const fvMesh &mesh, const dictionary &dict) | |
| Construct from explicit source name and mesh. More... | |
| virtual bool | read (const dictionary &dict) |
| Read dictionary. More... | |
Public Member Functions inherited from meanVelocityForce | |
| TypeName ("meanVelocityForce") | |
| Runtime type information. More... | |
| meanVelocityForce (const word &sourceName, const word &modelType, const fvMesh &mesh, const dictionary &dict) | |
| Construct from explicit source name and mesh. More... | |
| meanVelocityForce (const meanVelocityForce &)=delete | |
| Disallow default bitwise copy construction. More... | |
| const vector & | Ubar () const |
| Return the average velocity. More... | |
| virtual wordList | constrainedFields () const |
| Return the list of fields constrained by the fvConstraint. More... | |
| virtual bool | constrain (fvMatrix< vector > &eqn, const word &fieldName) const |
| Add the momentum source and set the 1/A coefficient. More... | |
| virtual bool | constrain (volVectorField &U) const |
| Correct the pressure gradient. More... | |
| virtual bool | movePoints () |
| Update for mesh motion. More... | |
| virtual void | topoChange (const polyTopoChangeMap &) |
| Update topology using the given map. More... | |
| virtual void | mapMesh (const polyMeshMap &) |
| Update from another mesh using the given map. More... | |
| virtual void | distribute (const polyDistributionMap &) |
| Redistribute or update using the given distribution map. More... | |
| void | operator= (const meanVelocityForce &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvConstraint | |
| TypeName ("fvConstraint") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, fvConstraint, dictionary,(const word &name, const word &constraintType, const fvMesh &mesh, const dictionary &dict),(name, constraintType, mesh, dict)) | |
| fvConstraint (const word &name, const word &constraintType, const fvMesh &mesh, const dictionary &dict) | |
| Construct from components. More... | |
| autoPtr< fvConstraint > | clone () const |
| Return clone. More... | |
| virtual | ~fvConstraint () |
| Destructor. More... | |
| const word & | name () const |
| Return const access to the source name. More... | |
| const fvMesh & | mesh () const |
| Return const access to the mesh database. More... | |
| const dictionary & | coeffs (const dictionary &) const |
| Return the coefficients sub-dictionary. More... | |
| virtual bool | constrainsField (const word &fieldName) const |
| Return true if the given field is constrained. More... | |
| FOR_ALL_FIELD_TYPES (DEFINE_FV_CONSTRAINT_CONSTRAIN) | |
| Apply a constraint to an equation. More... | |
| FOR_ALL_FIELD_TYPES (DEFINE_FV_CONSTRAINT_CONSTRAIN_FIELD) | |
| Apply constraint to a field. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvConstraint | |
| static autoPtr< fvConstraint > | New (const word &name, const fvMesh &mesh, const dictionary &dict) |
| Return a reference to the selected fvConstraint. More... | |
Calculates and applies the force necessary to maintain the specified mean velocity averaged over the specified patch.
patchMeanVelocityForce1
{
type patchMeanVelocityForce;
cellZone all;
U U; // Name of velocity field
patch inlet; // Name of the patch
Ubar (10.0 0 0); // Desired mean velocity
relaxation 0.2; // Optional relaxation factor
}Note: Currently only handles kinematic pressure (incompressible solvers).
Definition at line 72 of file patchMeanVelocityForce.H.
| patchMeanVelocityForce | ( | const word & | sourceName, |
| const word & | modelType, | ||
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Construct from explicit source name and mesh.
Definition at line 66 of file patchMeanVelocityForce.C.
References fvConstraint::coeffs(), and dict.

| TypeName | ( | "patchMeanVelocityForce" | ) |
Runtime type information.
|
virtual |
Read dictionary.
Reimplemented from meanVelocityForce.
Definition at line 130 of file patchMeanVelocityForce.C.
References dict, and meanVelocityForce::read().
