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,7 +35,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type empty;
|
||||
type empty;
|
||||
}
|
||||
|
||||
ground
|
||||
|
||||
@ -48,6 +48,7 @@ runTimeModifiable yes;
|
||||
adjustTimeStep on;
|
||||
|
||||
maxCo 0.65;
|
||||
|
||||
maxAlphaCo 0.65;
|
||||
|
||||
maxDeltaT 0.05;
|
||||
@ -62,10 +63,11 @@ functions
|
||||
writeControl writeTime;
|
||||
writeInterval 1;
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
sets
|
||||
(
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
sets
|
||||
(
|
||||
line1
|
||||
{
|
||||
type uniform;
|
||||
@ -114,7 +116,7 @@ functions
|
||||
start ( 7.0 0.005 0.0 );
|
||||
end ( 7.0 0.005 0.8 );
|
||||
nPoints 1001;
|
||||
}
|
||||
}
|
||||
line7
|
||||
{
|
||||
type uniform;
|
||||
@ -122,7 +124,7 @@ functions
|
||||
start ( 8.0 0.005 0.0 );
|
||||
end ( 8.0 0.005 0.8 );
|
||||
nPoints 1001;
|
||||
}
|
||||
}
|
||||
line8
|
||||
{
|
||||
type uniform;
|
||||
@ -132,7 +134,9 @@ functions
|
||||
nPoints 1001;
|
||||
}
|
||||
);
|
||||
|
||||
fixedLocations false;
|
||||
|
||||
fields
|
||||
(
|
||||
U alpha.water
|
||||
|
||||
Reference in New Issue
Block a user