Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
fa2368af
Commit
fa2368af
authored
Jun 27, 2017
by
sergio
Browse files
ENH: change of setting for tutorials
parent
25e25871
Changes
6
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interDyMFoam/RAS/DTCHull/0.orig/omega
View file @
fa2368af
...
...
@@ -46,6 +46,7 @@ boundaryField
hull
{
type omegaWallFunction;
blended true;
value $internalField;
}
}
...
...
tutorials/multiphase/interDyMFoam/RAS/floatingObject/system/fvSchemes
View file @
fa2368af
...
...
@@ -17,7 +17,7 @@ FoamFile
ddtSchemes
{
default CrankNicolson 0.
9
;
default CrankNicolson 0.
5
;
}
gradSchemes
...
...
tutorials/multiphase/interDyMFoam/RAS/floatingObject/system/fvSolution
View file @
fa2368af
...
...
@@ -19,7 +19,7 @@ solvers
{
"alpha.water.*"
{
nAlphaCorr
2
;
nAlphaCorr
3
;
nAlphaSubCycles 1;
cAlpha 1;
...
...
tutorials/multiphase/interDyMFoam/RAS/motorBike/constant/dynamicMeshDict
View file @
fa2368af
...
...
@@ -41,6 +41,8 @@ dynamicRefineFvMeshCoeffs
(nHatf none)
(rhoPhi none)
(ghf none)
(alphaPhi none)
(alphaPhiUn none)
);
// Write the refinement level as a volScalarField
dumpLevel true;
...
...
tutorials/multiphase/interDyMFoam/RAS/motorBike/system/controlDict
View file @
fa2368af
...
...
@@ -15,11 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// dynamicRefineFvMesh 1;
//}
application interDyMFoam;
startFrom startTime;
...
...
tutorials/multiphase/interDyMFoam/RAS/motorBike/system/controlDict_run
View file @
fa2368af
...
...
@@ -15,11 +15,6 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//DebugSwitches
//{
// dynamicRefineFvMesh 1;
//}
application interDyMFoam;
startFrom startTime;
...
...
@@ -28,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime
0.6
;
endTime
2
;
deltaT 0.001;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment