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