Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Implements the cpu kernel for the coriolis_source_term_t
type. Maintainer: Timofey Mukha.
Functions/Subroutines | |
subroutine, public | coriolis_source_term_compute_cpu (fields, omega, u_geo) |
Computes the generic Coriolis source term on the cpu. More... | |
subroutine, public coriolis_source_term_cpu::coriolis_source_term_compute_cpu | ( | type(field_list_t), intent(inout) | fields, |
real(kind=rp), dimension(3), intent(in) | omega, | ||
real(kind=rp), dimension(3), intent(in) | u_geo | ||
) |
fields | The right-hand side, which should be the velocity components. |
omega | The rotation vector. |
omega | The geostrophic wind. |
Definition at line 52 of file coriolis_source_term_cpu.f90.