mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: tutorial - corrected runTimePostProcessing intput. See #340
This commit is contained in:
@ -21,17 +21,11 @@ postPro1
|
|||||||
// Parallel projection flag
|
// Parallel projection flag
|
||||||
parallelProjection no;
|
parallelProjection no;
|
||||||
|
|
||||||
// Camera mode:
|
clipBox (-0.2 -0.2 0)(1.65 0.2 1.25); // optional
|
||||||
// - flightPath: define flight path
|
|
||||||
// - static: fixed position
|
focalPoint (1.2 1.1 0.2);
|
||||||
mode static;
|
up (0 0 1);
|
||||||
staticCoeffs
|
position (3.6 5.1 -1.3);
|
||||||
{
|
|
||||||
clipBox (-0.2 -0.2 0)(1.65 0.2 1.25); // optional
|
|
||||||
focalPoint (1.2 1.1 0.2);
|
|
||||||
up (0 0 1);
|
|
||||||
lookDir (2.4 4.0 -1.5);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default colours
|
// Default colours
|
||||||
|
|||||||
Reference in New Issue
Block a user