mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
27 lines
923 B
C++
27 lines
923 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: v1912 |
|
|
| \\ / A nd | Website: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
singleGraph
|
|
{
|
|
start (0 0 -1);
|
|
end (0 0 1);
|
|
fields (T flux);
|
|
|
|
#includeEtc "caseDicts/postProcessing/graphs/sampleDict.cfg"
|
|
|
|
setConfig
|
|
{
|
|
axis z;
|
|
}
|
|
|
|
// Must be last entry
|
|
#includeEtc "caseDicts/postProcessing/graphs/graph.cfg"
|
|
}
|
|
|
|
// ************************************************************************* //
|