tutorials/incompressibleVoF/propeller: Use omega entry with [rpm] units

This commit is contained in:
Will Bainbridge
2024-06-28 08:24:52 +01:00
parent c2517decd1
commit 3928fbb81a

View File

@ -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)
);
}
}