|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Implements the cpu kernel for the centrifugal_source_term_t type. Maintainer: Adam Peplinski.
Functions/Subroutines | |
| subroutine, public | centrifugal_source_term_compute_cpu (omega, ref_point, fields) |
| Computes the centrifugal source term on the cpu. | |
| subroutine, public centrifugal_source_term_cpu::centrifugal_source_term_compute_cpu | ( | real(kind=rp), dimension(3), intent(in) | omega, |
| real(kind=rp), dimension(3), intent(in) | ref_point, | ||
| type(field_list_t), intent(inout) | fields | ||
| ) |
| omega | The rotation vector. |
| ref_point | The reference point on the rotation axis. |
| fields | The right-hand side, which should be the velocity components. |
Definition at line 53 of file centrifugal_source_term_cpu.f90.
