|
Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Implements the device kernel for the centrifugal_source_term_t type.
Functions/Subroutines | |
| subroutine, public | centrifugal_source_term_compute_device (omega, ref_point, fields) |
| Computes the centrifugal source term on the device. | |
| subroutine, public centrifugal_source_term_device::centrifugal_source_term_compute_device | ( | 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_device.f90.

