Updating sampleDict in rhoSonicFoam/shockTube case
This commit is contained in:
parent
5390ac2b1f
commit
713ce12d95
@ -25,13 +25,14 @@ FoamFile
|
||||
|
||||
interpolationScheme cellPoint;
|
||||
|
||||
writeFormat raw;
|
||||
setFormat raw;
|
||||
|
||||
sampleSets
|
||||
sets
|
||||
(
|
||||
uniform
|
||||
data
|
||||
{
|
||||
name data;
|
||||
type uniform;
|
||||
|
||||
axis x;
|
||||
start (-4.995 0 0);
|
||||
end (4.995 0 0);
|
||||
@ -39,6 +40,9 @@ sampleSets
|
||||
}
|
||||
);
|
||||
|
||||
surfaces
|
||||
();
|
||||
|
||||
fields
|
||||
(
|
||||
T
|
||||
|
Loading…
Reference in New Issue
Block a user