Mesh motion specifically for the "pumping" system of an ink-jet injector. More...


Public Member Functions | |
| TypeName ("inkJet") | |
| Runtime type information. More... | |
| inkJet (fvMesh &mesh) | |
| Construct from fvMesh. More... | |
| inkJet (const inkJet &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~inkJet () | |
| Destructor. More... | |
| virtual bool | update () |
| Update the mesh for both mesh motion and topology change. More... | |
| virtual void | topoChange (const polyTopoChangeMap &) |
| Update corresponding to the given map. More... | |
| virtual void | mapMesh (const polyMeshMap &) |
| Update from another mesh using the given map. More... | |
| virtual void | distribute (const polyDistributionMap &) |
| Update corresponding to the given distribution map. More... | |
| void | operator= (const inkJet &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvMeshMover | |
| TypeName ("fvMeshMover") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh),(mesh)) | |
| fvMeshMover (fvMesh &) | |
| Construct from fvMesh. More... | |
| fvMeshMover (const fvMeshMover &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~fvMeshMover () |
| Destructor. More... | |
| fvMesh & | mesh () |
| Return the fvMesh. More... | |
| const fvMesh & | mesh () const |
| Return the fvMesh. More... | |
| const dictionary & | dict () const |
| Return the dynamicMeshDict/mover dict. More... | |
| virtual bool | dynamic () const |
| Is mesh dynamic, i.e. might it change? More... | |
| virtual bool | write (const bool write=true) const |
| Write the mover state. More... | |
| void | operator= (const fvMeshMover &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshMover | |
| static autoPtr< fvMeshMover > | New (fvMesh &) |
| Select, construct and return the fvMeshMover. More... | |
Mesh motion specifically for the "pumping" system of an ink-jet injector.
The set of points in the "pumping" region are compressed and expanded sinusoidally to impose a sinusoidal variation of the flow at the nozzle exit.
Definition at line 57 of file fvMeshMoversInkJet.H.
Construct from fvMesh.
Definition at line 45 of file fvMeshMoversInkJet.C.
References Foam::endl(), and Foam::Info.

| ~inkJet | ( | ) |
Destructor.
Definition at line 75 of file fvMeshMoversInkJet.C.
| TypeName | ( | "inkJet" | ) |
Runtime type information.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshMover.
Definition at line 81 of file fvMeshMoversInkJet.C.
References Field< Type >::component(), Foam::cos(), Foam::endl(), Foam::Info, fvMeshMover::mesh(), fvMesh::movePoints(), Foam::pos0(), Field< Type >::replace(), fvMesh::time(), Foam::constant::mathematical::twoPi(), fvMeshMover::velocityMotionCorrection::update(), dimensioned< Type >::value(), and Vector< scalar >::X.

|
virtual |
Update corresponding to the given map.
Implements fvMeshMover.
Definition at line 117 of file fvMeshMoversInkJet.C.
References NotImplemented.
|
virtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 123 of file fvMeshMoversInkJet.C.
References inkJet::distribute(), and NotImplemented.

|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 130 of file fvMeshMoversInkJet.C.
References NotImplemented.
Referenced by inkJet::mapMesh().

|
delete |
Disallow default bitwise assignment.