Skip to content

Commit

Permalink
minor update/debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Oct 12, 2024
1 parent e4a4213 commit b97b7e9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials_laminar.doc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.06;
scale 0.06;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DAvalancheMuI/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1;
scale 1;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DBedLoadTurb/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.183;
scale 0.183;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DBoundaryLayer/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 1.;
scale 1.;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DSedim/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.06;
scale 0.06;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DSedim/test_Bedload.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def RMS(YM, UM, Yex, Uex):
UexI = np.interp(YM, Yex, Uex, right=np.NAN)
UexI = np.interp(YM, Yex, Uex, right=np.nan)
RMSU = np.nanstd(UM[:] - UexI[:])
return RMSU

Expand Down
2 changes: 1 addition & 1 deletion test-ci/1DWetAvalanche/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.03;
scale 0.03;

vertices
(
Expand Down
2 changes: 1 addition & 1 deletion tutorials/RAS/2DCylinderGranularFlow/system/blockMeshDict
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


convertToMeters 1;
scale 1;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.01;
scale 0.01;



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

convertToMeters 0.01;
scale 0.01;



Expand Down

0 comments on commit b97b7e9

Please sign in to comment.