Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
rhs_maker::rhs_maker_oifs_t Type Referenceabstract

Abstract type to add contributions of kth order OIFS scheme. More...

Inheritance diagram for rhs_maker::rhs_maker_oifs_t:

Static Public Member Functions

procedure(rhs_maker_oifs), deferred, nopass compute_fluid (phi_x, phi_y, phi_z, bf_x, bf_y, bf_z, rho, dt, n)
 
procedure(scalar_rhs_maker_oifs), deferred, nopass compute_scalar (phi_s, bf_s, rho_cp, dt, n)
 

Detailed Description

Definition at line 66 of file rhs_maker.f90.

Member Function/Subroutine Documentation

◆ compute_fluid()

procedure(rhs_maker_oifs), deferred, nopass rhs_maker::rhs_maker_oifs_t::compute_fluid ( real(kind=rp), dimension(n), intent(inout)  phi_x,
real(kind=rp), dimension(n), intent(inout)  phi_y,
real(kind=rp), dimension(n), intent(inout)  phi_z,
real(kind=rp), dimension(n), intent(inout)  bf_x,
real(kind=rp), dimension(n), intent(inout)  bf_y,
real(kind=rp), dimension(n), intent(inout)  bf_z,
real(kind=rp), intent(in)  rho,
real(kind=rp), intent(in)  dt,
integer, intent(in)  n 
)
staticpure virtual

◆ compute_scalar()

procedure(scalar_rhs_maker_oifs), deferred, nopass rhs_maker::rhs_maker_oifs_t::compute_scalar ( real(kind=rp), dimension(n), intent(inout)  phi_s,
real(kind=rp), dimension(n), intent(inout)  bf_s,
type(field_t), intent(in)  rho_cp,
real(kind=rp), intent(in)  dt,
integer, intent(in)  n 
)
staticpure virtual

The documentation for this type was generated from the following file: