|
My Project
programmer's documentation
|
Compute a Coriolis term for a vector. More...

Public Member Functions | |
| subroutine | coriolis_v (r_num, c, v, vr) |
Compute a Coriolis term for a vector.
![\[
\vect{w}=C\vect{\Omega}\wedge\vect{u},\quad
\text{with }C\text{ a multiplicative coefficient, }
\vect{\Omega}\text{ the rotation vector and }
\vect{u}\text{ the velocity.}
\]](form_462.png)
| [in] | r_num | rotation number (0 for none, > 0 otherwise) |
| [in] | c | multiplicative coefficient |
| [in] | v | velocity |
| [out] | vr | resulting Coriolis term |