Merge branch 'HrvojeJasak'

This commit is contained in:
Hrvoje Jasak 2010-10-18 23:00:55 +01:00
commit 5709b46f15
14 changed files with 19 additions and 19 deletions

View file

@ -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

View file

@ -110,7 +110,7 @@ public:
// Destructor
~dynamicBoxFvMesh();
virtual ~dynamicBoxFvMesh();
// Member Functions

View file

@ -92,7 +92,7 @@ public:
// Destructor
~dynamicInkJetFvMesh();
virtual ~dynamicInkJetFvMesh();
// Member Functions

View file

@ -86,7 +86,7 @@ public:
// Destructor
~dynamicMotionSolverFvMesh();
virtual ~dynamicMotionSolverFvMesh();
// Member Functions

View file

@ -107,7 +107,7 @@ public:
// Destructor
~movingBoxFvMesh();
virtual ~movingBoxFvMesh();
// Member Functions

View file

@ -90,7 +90,7 @@ public:
// Destructor
~solidBodyMotionFvMesh();
virtual ~solidBodyMotionFvMesh();
// Member Functions

View file

@ -91,7 +91,7 @@ public:
// Destructor
~subsetMotionSolverFvMesh();
virtual ~subsetMotionSolverFvMesh();
// Member Functions

View file

@ -87,7 +87,7 @@ public:
// Destructor
~displacementFvMotionSolver();
virtual ~displacementFvMotionSolver();
// Member Functions

View file

@ -103,7 +103,7 @@ public:
// Destructor
~velocityComponentLaplacianFvMotionSolver();
virtual ~velocityComponentLaplacianFvMotionSolver();
// Member Functions

View file

@ -97,7 +97,7 @@ public:
// Destructor
~velocityLaplacianFvMotionSolver();
virtual ~velocityLaplacianFvMotionSolver();
// Member Functions

View file

@ -120,7 +120,7 @@ public:
// Destructor
~laplaceTetDecompositionMotionSolver();
virtual ~laplaceTetDecompositionMotionSolver();
// Member Functions

View file

@ -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

View file

@ -129,7 +129,7 @@ public:
{
if (!totDisplacementPtr_)
{
totDisplacementPtr_ =
totDisplacementPtr_ =
new tetPointVectorField
(
IOobject

View file

@ -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