openfoam/tutorials/incompressible/simpleFoam/pipeCyclic/system/coordinateTransform
2019-08-30 16:45:45 +02:00

25 lines
462 B
C++

/// -*- C++ -*-
coordinateTransform
{
type fieldCoordinateSystemTransform;
libs (fieldFunctionObjects);
log true;
fields ( U );
writeControl writeTime;
coordinateSystem
{
type cylindrical;
origin (0 0 0);
rotation
{
type cylindrical;
axis (1 0 0); //< local Z
}
}
}
// ************************************************************************* //