Skip to content

Commit

Permalink
Merge branch 'solids4foam:development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
iBatistic authored Dec 13, 2024
2 parents 8dfff31 + 9450c79 commit bd62d13
Show file tree
Hide file tree
Showing 10 changed files with 1,012 additions and 58 deletions.
10 changes: 9 additions & 1 deletion optionalFixes/Allreplace
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ then
"pointBoundaryMesh.C" \
"$FOAM_SRC/foam/meshes/pointMesh/pointBoundaryMesh" \
"$FOAM_SRC/foam"

# This fixes consistent Rhie-Chow interpolation
# for Euler scheme
replaceFile \
Expand All @@ -53,6 +53,14 @@ then
"$FOAM_SRC/finiteVolume/finiteVolume/ddtSchemes/EulerDdtScheme" \
"$FOAM_SRC/finiteVolume"

# This fixes consistent Rhie-Chow interpolation
# for Euler scheme
replaceFile \
"foam-extend-4.1" \
"backwardDdtScheme.C" \
"$FOAM_SRC/finiteVolume/finiteVolume/ddtSchemes/backwardDdtScheme" \
"$FOAM_SRC/finiteVolume"

# Fix time index storage in the storeOldTimes function
replaceFile \
"foam-extend-4.1" \
Expand Down
Loading

0 comments on commit bd62d13

Please sign in to comment.