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