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