mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: Alltest: minor corrections (#1956)
This commit is contained in:
committed by
Andrew Heather
parent
e646218af9
commit
bcae4b7a4f
@ -21,6 +21,6 @@ runParallel renumberMesh -overwrite
|
||||
|
||||
runParallel $(getApplication)
|
||||
|
||||
runParallel redistributePar -reconstruct -latestTime
|
||||
runApplication reconstructPar -latestTime
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -65,8 +65,6 @@ functions
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
#includeFunc "samples"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -1,158 +0,0 @@
|
||||
// -*- C++ -*-
|
||||
|
||||
type sets;
|
||||
libs (sampling);
|
||||
interpolationScheme cellPoint;
|
||||
setFormat raw;
|
||||
|
||||
writeControl writeTime;
|
||||
|
||||
fields
|
||||
(
|
||||
T
|
||||
p_rgh
|
||||
U
|
||||
k
|
||||
nut
|
||||
);
|
||||
|
||||
sets
|
||||
(
|
||||
lineZM_C20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (0.0 0.0 21.0);
|
||||
end (0.0 0.0 500.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_C20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 40.0);
|
||||
end (9000 0.0 40.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_C100
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 120.0);
|
||||
end (9000 0.0 120.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_C200
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 220.0);
|
||||
end (9000 0.0 220.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_C1000
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 1020.0);
|
||||
end (9000 0.0 1020.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineZM_I20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000.0 0.0 21.0);
|
||||
end (-9000.0 0.0 500.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_I20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 40.0);
|
||||
end (9000 0.0 40.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_I100
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 120.0);
|
||||
end (9000 0.0 120.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_I200
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 220.0);
|
||||
end (9000 0.0 220.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_I1000
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 1020.0);
|
||||
end (9000 0.0 1020.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineZM_O20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (9000.0 0.0 21.0);
|
||||
end (9000.0 0.0 500.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_O20
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 40.0);
|
||||
end (9000.0 0.0 40.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_O100
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 120.0);
|
||||
end (9000.0 0.0 120.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_O200
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 220.0);
|
||||
end (9000.0 0.0 220.0);
|
||||
nPoints 500;
|
||||
}
|
||||
|
||||
lineFlowDirM_O1000
|
||||
{
|
||||
type uniform;
|
||||
axis distance;
|
||||
start (-9000 0.0 1020.0);
|
||||
end (9000.0 0.0 1020.0);
|
||||
nPoints 500;
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user