tutorials/incompressibleVoF/propeller: Use omega entry with [rpm] units
This commit is contained in:
@ -29,7 +29,11 @@ mover
|
|||||||
origin (0 0 0);
|
origin (0 0 0);
|
||||||
axis (0 1 0);
|
axis (0 1 0);
|
||||||
|
|
||||||
rpm table
|
omega
|
||||||
|
{
|
||||||
|
type table;
|
||||||
|
units ([s] [rpm]);
|
||||||
|
values
|
||||||
(
|
(
|
||||||
(0 0)
|
(0 0)
|
||||||
(0.01 6000)
|
(0.01 6000)
|
||||||
@ -38,6 +42,7 @@ mover
|
|||||||
(100 4000)
|
(100 4000)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user