Merge branch 'HrvojeJasak'
This commit is contained in:
commit
5709b46f15
14 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
|
@ -107,7 +107,7 @@ public:
|
|||
|
||||
// Destructor
|
||||
|
||||
~pseudoSolidTetDecompositionMotionSolver();
|
||||
virtual ~pseudoSolidTetDecompositionMotionSolver();
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
|
|
@ -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