Skip to content

Commit

Permalink
Add note for motionSolver in OpenFOAM9 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH authored Mar 11, 2022
1 parent ef6b837 commit 3f648a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions elastic-tube-3d/fluid-openfoam/constant/dynamicMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ( "libfvMotionSolvers.so" );

solver displacementLaplacian;
# OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");

solver displacementLaplacian;
# OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs {
diffusivity quadratic inverseDistance (flap1);
Expand Down
1 change: 1 addition & 0 deletions perpendicular-flap/fluid-openfoam/constant/dynamicMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");

solver displacementLaplacian;
# OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs {
diffusivity quadratic inverseDistance (flap);
Expand Down
1 change: 1 addition & 0 deletions quickstart/fluid-openfoam/constant/dynamicMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");

solver displacementLaplacian;
# OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs {
diffusivity quadratic inverseDistance (flap);
Expand Down
1 change: 1 addition & 0 deletions turek-hron-fsi3/fluid-openfoam/constant/dynamicMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dynamicFvMesh dynamicMotionSolverFvMesh;
motionSolverLibs ("libfvMotionSolvers.so");

solver displacementLaplacian;
# OpenFOAM9 or newer: rename "solver" to "motionSolver"

displacementLaplacianCoeffs {
diffusivity quadratic inverseDistance (flap);
Expand Down

0 comments on commit 3f648a5

Please sign in to comment.