25 lines
462 B
C++
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
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|