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,14 +29,19 @@ mover
origin (0 0 0);
axis (0 1 0);
rpm table
(
(0 0)
(0.01 6000)
(0.022 6000)
(0.03 4000)
(100 4000)
);
omega
{
type table;
units ([s] [rpm]);
values
(
(0 0)
(0.01 6000)
(0.022 6000)
(0.03 4000)
(100 4000)
);
}
}