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:
@ -41,5 +41,4 @@ boundaryField
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
@ -65,6 +66,7 @@ functions
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
sets
|
||||
(
|
||||
line1
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
@ -77,7 +78,9 @@ functions
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
U alpha.water
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.4;
|
||||
|
||||
maxAlphaCo 0.4;
|
||||
|
||||
maxDeltaT 0.01;
|
||||
@ -63,6 +64,7 @@ functions
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
sets
|
||||
(
|
||||
s1
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.4;
|
||||
|
||||
maxAlphaCo 0.4;
|
||||
|
||||
maxDeltaT 0.01;
|
||||
@ -63,6 +64,7 @@ functions
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
sets
|
||||
(
|
||||
s1
|
||||
@ -130,6 +132,7 @@ functions
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields (alpha.water);
|
||||
}
|
||||
}
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
@ -64,6 +65,7 @@ functions
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
sets
|
||||
(
|
||||
line1
|
||||
@ -132,7 +134,9 @@ functions
|
||||
nPoints 1001;
|
||||
}
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
U alpha.water
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.4;
|
||||
|
||||
maxAlphaCo 0.4;
|
||||
|
||||
maxDeltaT 0.01;
|
||||
@ -147,7 +148,9 @@ functions
|
||||
nPoints 101;
|
||||
}
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
p p_rgh U alpha.water
|
||||
|
||||
Reference in New Issue
Block a user