Public Member Functions | Static Public Member Functions | List of all members
pointConstraints Class Reference

Application of (multi-)patch point contraints. More...

Inheritance diagram for pointConstraints:
Inheritance graph
[legend]
Collaboration diagram for pointConstraints:
Collaboration graph
[legend]

Public Member Functions

 ClassName ("pointConstraints")
 
 pointConstraints (const pointMesh &)
 Constructor from pointMesh. More...
 
 ~pointConstraints ()
 Destructor. More...
 
const labelListpatchPatchPointConstraintPoints () const
 Mesh points on which to apply special constraints. More...
 
const tensorFieldpatchPatchPointConstraintTensors () const
 Special constraints. More...
 
const List< pointConstraint > & patchPatchPointConstraints () const
 Actual constraints. More...
 
void updateMesh (const mapPolyMesh &)
 Update mesh topology using the morph engine. More...
 
bool movePoints ()
 Correct weighting factors for moving mesh. More...
 
template<class Type >
void constrainCorners (GeometricField< Type, pointPatchField, pointMesh > &pf) const
 Apply patch-patch constraints only. More...
 
template<class Type >
void constrain (GeometricField< Type, pointPatchField, pointMesh > &pf, const bool overrideValue=false) const
 Apply boundary conditions (single-patch constraints) and. More...
 
void constrainDisplacement (pointVectorField &displacement, const bool overrideValue=false) const
 Apply boundary conditions (single-patch constraints),. More...
 
template<>
void constrainCorners (GeometricField< scalar, pointPatchField, pointMesh > &pf) const
 
template<>
void constrainCorners (GeometricField< label, pointPatchField, pointMesh > &pf) const
 
- Public Member Functions inherited from MeshObject< pointMesh, UpdateableMeshObject, pointConstraints >
 MeshObject (const pointMesh &mesh)
 
virtual ~MeshObject ()
 
const pointMeshmesh () const
 
virtual bool writeData (Foam::Ostream &) const
 
- Public Member Functions inherited from UpdateableMeshObject< pointMesh >
 UpdateableMeshObject (const word &typeName, const objectRegistry &obr)
 
- Public Member Functions inherited from MoveableMeshObject< pointMesh >
 MoveableMeshObject (const word &typeName, const objectRegistry &obr)
 
- Public Member Functions inherited from GeometricMeshObject< pointMesh >
 GeometricMeshObject (const word &typeName, const objectRegistry &obr)
 
- Public Member Functions inherited from TopologicalMeshObject< pointMesh >
 TopologicalMeshObject (const word &typeName, const objectRegistry &obr)
 
- Public Member Functions inherited from meshObject
 ClassName ("meshObject")
 
 meshObject (const word &typeName, const objectRegistry &obr)
 
- Public Member Functions inherited from regIOobject
 TypeName ("regIOobject")
 Runtime type information. More...
 
 regIOobject (const IOobject &, const bool isTime=false)
 Construct from IOobject. Optional flag for if IOobject is the. More...
 
 regIOobject (const regIOobject &)
 Construct as copy. More...
 
 regIOobject (const regIOobject &, bool registerCopy)
 Construct as copy, transferring registry registration to copy. More...
 
 regIOobject (const word &newName, const regIOobject &, bool registerCopy)
 Construct as copy with new name, transfering registry registration. More...
 
 regIOobject (const IOobject &, const regIOobject &)
 Construct as copy with new IO parameters. More...
 
virtual ~regIOobject ()
 Destructor. More...
 
bool checkIn ()
 Add object to registry. More...
 
bool checkOut ()
 Remove object from registry. More...
 
bool ownedByRegistry () const
 Is this object owned by the registry? More...
 
void store ()
 Transfer ownership of this object to its registry. More...
 
void release ()
 Release ownership of this object from its registry. More...
 
label eventNo () const
 Event number at last update. More...
 
labeleventNo ()
 Event number at last update. More...
 
bool upToDate (const regIOobject &) const
 Return true if up-to-date with respect to given object. More...
 
bool upToDate (const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
bool upToDate (const regIOobject &, const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
bool upToDate (const regIOobject &, const regIOobject &, const regIOobject &, const regIOobject &) const
 Return true if up-to-date with respect to given objects. More...
 
void setUpToDate ()
 Set up to date (obviously) More...
 
virtual void rename (const word &newName)
 Rename. More...
 
IstreamreadStream (const word &)
 Return Istream and check object type against that given. More...
 
void close ()
 Close Istream. More...
 
virtual bool readData (Istream &)
 Virtual readData function. More...
 
virtual bool read ()
 Read object. More...
 
label watchIndex () const
 Return file-monitoring handle. More...
 
labelwatchIndex ()
 Return file-monitoring handle. More...
 
virtual bool modified () const
 Return true if the object's file (or files for objectRegistry) More...
 
virtual bool readIfModified ()
 Read object if modified (as set by call to modified) More...
 
virtual bool writeObject (IOstream::streamFormat, IOstream::versionNumber, IOstream::compressionType) const
 Write using given format, version and compression. More...
 
virtual bool write () const
 Write using setting from DB. More...
 
void operator= (const IOobject &)
 
- Public Member Functions inherited from IOobject
 TypeName ("IOobject")
 Runtime type information. More...
 
 IOobject (const word &name, const fileName &instance, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from name, instance, registry, io options. More...
 
 IOobject (const word &name, const fileName &instance, const fileName &local, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from name, instance, local, registry, io options. More...
 
 IOobject (const fileName &path, const objectRegistry &registry, readOption r=NO_READ, writeOption w=NO_WRITE, bool registerObject=true)
 Construct from path, registry, io options. More...
 
Foam::autoPtr< IOobjectclone () const
 Clone. More...
 
virtual ~IOobject ()
 Destructor. More...
 
const Timetime () const
 Return time. More...
 
const objectRegistrydb () const
 Return the local objectRegistry. More...
 
const wordname () const
 Return name. More...
 
const wordheaderClassName () const
 Return name of the class name read from header. More...
 
stringnote ()
 Return non-constant access to the optional note. More...
 
const stringnote () const
 Return the optional note. More...
 
bool & registerObject ()
 Register object created from this IOobject with registry if true. More...
 
bool registerObject () const
 Register object created from this IOobject with registry if true. More...
 
readOption readOpt () const
 
readOptionreadOpt ()
 
writeOption writeOpt () const
 
writeOptionwriteOpt ()
 
word group () const
 Return group (extension part of name) More...
 
word member () const
 Return member (name without the extension) More...
 
const fileNamerootPath () const
 
const fileNamecaseName () const
 
const fileNameinstance () const
 
fileNameinstance ()
 
const fileNamelocal () const
 
fileName path () const
 Return complete path. More...
 
fileName path (const word &instance, const fileName &local="") const
 Return complete path with alternative instance and local. More...
 
fileName objectPath () const
 Return complete path + object name. More...
 
fileName filePath () const
 Return complete path + object name if the file exists. More...
 
bool readHeader (Istream &)
 Read header. More...
 
bool headerOk ()
 Read and check header info. More...
 
bool writeHeader (Ostream &) const
 Write header. More...
 
bool writeHeader (Ostream &, const word &objectType) const
 Write header. Allow override of type. More...
 
bool good () const
 
bool bad () const
 
InfoProxy< IOobjectinfo () const
 Return info proxy. More...
 
void operator= (const IOobject &)
 
template<class Name >
Foam::word groupName (Name name, const word &group)
 

Static Public Member Functions

template<class Type , class CombineOp >
static void syncUntransformedData (const polyMesh &mesh, List< Type > &pointData, const CombineOp &cop)
 Helper: sync data on collocated points only. More...
 
template<class Type >
static void setPatchFields (GeometricField< Type, pointPatchField, pointMesh > &)
 Helper: set patchField values from internal values (on. More...
 
- Static Public Member Functions inherited from MeshObject< pointMesh, UpdateableMeshObject, pointConstraints >
static const pointConstraintsNew (const pointMesh &mesh)
 
static const pointConstraintsNew (const pointMesh &mesh, const Data1 &d)
 
static const pointConstraintsNew (const pointMesh &mesh, const Data1 &, const Data2 &)
 
static const pointConstraintsNew (const pointMesh &mesh, const Data1 &, const Data2 &, const Data3 &)
 
static const pointConstraintsNew (const pointMesh &mesh, const Data1 &, const Data2 &, const Data3 &, const Data4 &)
 
static bool Delete (const pointMesh &mesh)
 
- Static Public Member Functions inherited from meshObject
template<class Mesh >
static void movePoints (objectRegistry &)
 
template<class Mesh >
static void updateMesh (objectRegistry &, const mapPolyMesh &)
 
template<class Mesh , template< class > class MeshObjectType>
static void clear (objectRegistry &)
 
template<class Mesh , template< class > class FromType, template< class > class ToType>
static void clearUpto (objectRegistry &)
 Clear all meshObject derived from FromType up to (but not including) More...
 
- Static Public Member Functions inherited from regIOobject
template<class Type >
static Type & store (Type *)
 Transfer ownership of the given object pointer to its registry. More...
 
template<class Type >
static Type & store (autoPtr< Type > &)
 Transfer ownership of the given object pointer to its registry. More...
 
- Static Public Member Functions inherited from IOobject
static bool fileNameComponents (const fileName &path, fileName &instance, fileName &local, word &name)
 Split path into instance, local, name components. More...
 
template<class Name >
static word groupName (Name name, const word &group)
 
template<class Stream >
static Stream & writeBanner (Stream &os, bool noHint=false)
 Write the standard OpenFOAM file/dictionary banner. More...
 
template<class Stream >
static Stream & writeDivider (Stream &os)
 Write the standard file section divider. More...
 
template<class Stream >
static Stream & writeEndDivider (Stream &os)
 Write the standard end file divider. More...
 

Additional Inherited Members

- Public Types inherited from regIOobject
enum  fileCheckTypes { timeStamp, timeStampMaster, inotify, inotifyMaster }
 Types of communications. More...
 
- Public Types inherited from IOobject
enum  objectState { GOOD, BAD }
 Enumeration defining the valid states of an IOobject. More...
 
enum  readOption { MUST_READ, MUST_READ_IF_MODIFIED, READ_IF_PRESENT, NO_READ }
 Enumeration defining the read options. More...
 
enum  writeOption { AUTO_WRITE = 0, NO_WRITE = 1 }
 Enumeration defining the write options. More...
 
- Static Public Attributes inherited from regIOobject
static const NamedEnum< fileCheckTypes, 4 > fileCheckTypesNames
 
static int fileModificationSkew
 
static fileCheckTypes fileModificationChecking
 
- Protected Member Functions inherited from IOobject
IstreamobjectStream ()
 Construct and return an IFstream for the object. More...
 
IstreamobjectStream (const fileName &)
 Construct and return an IFstream for the object given the. More...
 
void setBad (const string &)
 Set the object state to bad. More...
 
- Protected Attributes inherited from MeshObject< pointMesh, UpdateableMeshObject, pointConstraints >
const pointMeshmesh_
 
- Static Protected Attributes inherited from regIOobject
static bool masterOnlyReading = false
 To flag master-only reading of objects. More...
 

Detailed Description

Application of (multi-)patch point contraints.

Note: includes all points which are on the boundary of a patch with a constraint. It includes them (even though the constraint will already be implemented through the patch evaluation) since these points might be coupled to points which are not on any constraint patch and we don't want to get inconsistency between the two points.

Source files

Definition at line 62 of file pointConstraints.H.

Constructor & Destructor Documentation

pointConstraints ( const pointMesh pm)
explicit

Constructor from pointMesh.

Definition at line 326 of file pointConstraints.C.

References Foam::endl(), IOobject::name(), and Foam::Pout.

Here is the call graph for this function:

Destructor.

Definition at line 343 of file pointConstraints.C.

References Foam::endl(), and Foam::Pout.

Here is the call graph for this function:

Member Function Documentation

ClassName ( "pointConstraints"  )
const labelList& patchPatchPointConstraintPoints ( ) const
inline

Mesh points on which to apply special constraints.

Definition at line 111 of file pointConstraints.H.

const tensorField& patchPatchPointConstraintTensors ( ) const
inline

Special constraints.

Definition at line 117 of file pointConstraints.H.

const List<pointConstraint>& patchPatchPointConstraints ( ) const
inline
void updateMesh ( const mapPolyMesh )
virtual

Update mesh topology using the morph engine.

Implements UpdateableMeshObject< pointMesh >.

Definition at line 354 of file pointConstraints.C.

Referenced by pointConstraints::patchPatchPointConstraints().

Here is the caller graph for this function:

bool movePoints ( )
virtual

Correct weighting factors for moving mesh.

Implements MoveableMeshObject< pointMesh >.

Definition at line 360 of file pointConstraints.C.

References pointConstraints::constrainDisplacement().

Referenced by pointConstraints::patchPatchPointConstraints().

Here is the call graph for this function:

Here is the caller graph for this function:

void syncUntransformedData ( const polyMesh mesh,
List< Type > &  pointData,
const CombineOp &  cop 
)
static
void setPatchFields ( GeometricField< Type, pointPatchField, pointMesh > &  pf)
static

Helper: set patchField values from internal values (on.

valuePointPatchFields). Opposite of pointPatchField::setInInternalField

Definition at line 90 of file pointConstraintsTemplates.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), pointConstraints::constrainCorners(), forAll, Foam::isA(), patchi, and pointPatchField< Type >::patchInternalField().

Referenced by pointConstraints::constrainDisplacement(), pointConstraints::patchPatchPointConstraints(), and pointConstraints::syncUntransformedData().

Here is the call graph for this function:

Here is the caller graph for this function:

void constrainCorners ( GeometricField< Type, pointPatchField, pointMesh > &  pf) const

Apply patch-patch constraints only.

Definition at line 112 of file pointConstraintsTemplates.C.

References pointConstraints::constrain(), forAll, and Foam::transform().

Referenced by pointConstraints::constrainDisplacement(), pointConstraints::patchPatchPointConstraints(), and pointConstraints::setPatchFields().

Here is the call graph for this function:

Here is the caller graph for this function:

void constrain ( GeometricField< Type, pointPatchField, pointMesh > &  pf,
const bool  overrideValue = false 
) const

Apply boundary conditions (single-patch constraints) and.

patch-patch constraints on generic pointField. Optionally override valuePointPatchFields with constrained values (see setPatchFields above)

Definition at line 129 of file pointConstraintsTemplates.C.

References GeometricField< Type, PatchField, GeoMesh >::correctBoundaryConditions(), mesh, and GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef().

Referenced by pointConstraints::constrainCorners(), volPointInterpolation::interpolateBoundaryField(), pointConstraints::patchPatchPointConstraints(), rigidBodyMeshMotion::rigidBodyMeshMotion(), and sixDoFRigidBodyMotionSolver::sixDoFRigidBodyMotionSolver().

Here is the call graph for this function:

Here is the caller graph for this function:

void constrainDisplacement ( pointVectorField displacement,
const bool  overrideValue = false 
) const
void constrainCorners ( GeometricField< scalar, pointPatchField, pointMesh > &  pf) const
void constrainCorners ( GeometricField< label, pointPatchField, pointMesh > &  pf) const

The documentation for this class was generated from the following files: