Merge branch 'HrvojeJasak'
This commit is contained in:
commit
5709b46f15
14 changed files with 19 additions and 19 deletions
|
@ -29,7 +29,7 @@ Description
|
|||
Automatic motion of the mesh around a moving body. A direction,
|
||||
amplitude and frequency of translational motion and origin, axis,
|
||||
amplitude and frequency of rotational motion must be specified.
|
||||
|
||||
|
||||
SourceFiles
|
||||
dynamicBodyFvMesh.C
|
||||
|
||||
|
@ -93,7 +93,7 @@ class dynamicBodyFvMesh
|
|||
|
||||
//- Rotational motion frequency
|
||||
scalar rotationFrequency_;
|
||||
|
||||
|
||||
|
||||
// Private Member Functions
|
||||
|
||||
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~dynamicBodyFvMesh();
|
||||
virtual ~dynamicBodyFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -110,7 +110,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~dynamicBoxFvMesh();
|
||||
virtual ~dynamicBoxFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -92,7 +92,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~dynamicInkJetFvMesh();
|
||||
virtual ~dynamicInkJetFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -86,7 +86,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~dynamicMotionSolverFvMesh();
|
||||
virtual ~dynamicMotionSolverFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~movingBoxFvMesh();
|
||||
virtual ~movingBoxFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -90,7 +90,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~solidBodyMotionFvMesh();
|
||||
virtual ~solidBodyMotionFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -91,7 +91,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~subsetMotionSolverFvMesh();
|
||||
virtual ~subsetMotionSolverFvMesh();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -87,7 +87,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~displacementFvMotionSolver();
|
||||
virtual ~displacementFvMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -103,7 +103,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~velocityComponentLaplacianFvMotionSolver();
|
||||
virtual ~velocityComponentLaplacianFvMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -97,7 +97,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~velocityLaplacianFvMotionSolver();
|
||||
virtual ~velocityLaplacianFvMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -120,7 +120,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~laplaceTetDecompositionMotionSolver();
|
||||
virtual ~laplaceTetDecompositionMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -30,7 +30,7 @@ Description
|
|||
vertex-based pseudo-solid motion equation. The boundary motion is set as a
|
||||
boundary condition on the motion velocity variable motionU.
|
||||
|
||||
Note: Diffusion field from laplaceTetDecompositionMotionSolver is used
|
||||
Note: Diffusion field from laplaceTetDecompositionMotionSolver is used
|
||||
as Lame's constant \mu
|
||||
|
||||
SourceFiles
|
||||
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~pseudoSolidTetDecompositionMotionSolver();
|
||||
virtual ~pseudoSolidTetDecompositionMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -129,7 +129,7 @@ public:
|
|||
{
|
||||
if (!totDisplacementPtr_)
|
||||
{
|
||||
totDisplacementPtr_ =
|
||||
totDisplacementPtr_ =
|
||||
new tetPointVectorField
|
||||
(
|
||||
IOobject
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.6 |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||||
| \\ / O peration | Version: 1.6-ext |
|
||||
| \\ / A nd | Web: www.extend-project.de |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
|
|
Reference in a new issue