mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: tab removal
This commit is contained in:
@ -35,11 +35,11 @@ boundaryField
|
||||
|
||||
sides1
|
||||
{
|
||||
type slip;
|
||||
type slip;
|
||||
}
|
||||
sides2
|
||||
{
|
||||
type slip;
|
||||
type slip;
|
||||
}
|
||||
|
||||
ground
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
@ -62,10 +63,10 @@ functions
|
||||
writeControl writeTime;
|
||||
writeInterval 1;
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
sets
|
||||
(
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
sets
|
||||
(
|
||||
|
||||
line1
|
||||
{
|
||||
@ -77,7 +78,9 @@ functions
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
U alpha.water
|
||||
|
||||
Reference in New Issue
Block a user