mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: reorganise the scripts and dicts in turbulentInflow
This commit is contained in:
committed by
Andrew Heather
parent
87250cb770
commit
80681eeb2b
@ -15,25 +15,6 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
fieldAverage1
|
||||
{
|
||||
type fieldAverage;
|
||||
libs (fieldFunctionObjects);
|
||||
writeControl writeTime;
|
||||
timeStart $/timeStart;
|
||||
|
||||
fields
|
||||
(
|
||||
U
|
||||
{
|
||||
mean on;
|
||||
prime2Mean on;
|
||||
base time;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
inletSampling
|
||||
{
|
||||
type sets;
|
||||
@ -56,7 +37,7 @@ inletSampling
|
||||
}
|
||||
inletCell
|
||||
{
|
||||
type face;
|
||||
type midPoint;
|
||||
axis y;
|
||||
start (0.062832 0 1.57);
|
||||
end (0.062832 2 1.57);
|
||||
|
||||
Reference in New Issue
Block a user