mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: add missing includes for runtime-selection
This commit is contained in:
@ -29,6 +29,7 @@ License
|
||||
|
||||
#include "displacementMethoddisplacementLaplacian.H"
|
||||
#include "displacementLaplacianFvMotionSolver.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ License
|
||||
|
||||
#include "displacementMethodelasticityMotionSolver.H"
|
||||
#include "elasticityMotionSolver.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ License
|
||||
|
||||
#include "displacementMethodlaplacianMotionSolver.H"
|
||||
#include "laplacianMotionSolver.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -29,6 +29,7 @@ License
|
||||
|
||||
#include "displacementMethodvelocityLaplacian.H"
|
||||
#include "velocityLaplacianFvMotionSolver.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "displacementMethodvolumetricBSplinesMotionSolver.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "optMeshMovementBezier.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -28,6 +28,7 @@ License
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "shapeOptimisationIncompressible.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
@ -27,6 +27,7 @@ License
|
||||
|
||||
#include "ensightSurfaceReader.H"
|
||||
#include "stringOps.H"
|
||||
#include "addToRunTimeSelectionTable.H"
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user