mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updating sampleDict in rhoSonicFoam/shockTube case
This commit is contained in:
@ -25,13 +25,14 @@ FoamFile
|
|||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
writeFormat raw;
|
setFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sets
|
||||||
(
|
(
|
||||||
uniform
|
data
|
||||||
{
|
{
|
||||||
name data;
|
type uniform;
|
||||||
|
|
||||||
axis x;
|
axis x;
|
||||||
start (-4.995 0 0);
|
start (-4.995 0 0);
|
||||||
end (4.995 0 0);
|
end (4.995 0 0);
|
||||||
@ -39,6 +40,9 @@ sampleSets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
surfaces
|
||||||
|
();
|
||||||
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
T
|
T
|
||||||
|
|||||||
Reference in New Issue
Block a user