Neko  0.8.1
A portable framework for high-order spectral element flow simulations
fluid_output Module Reference

Defines an output for a fluid. More...

Data Types

interface  fluid_output_t
 Fluid output. More...
 

Functions/Subroutines

type(fluid_output_t) function fluid_output_init (precision, fluid, scalar, name, path)
 
subroutine fluid_output_sample (this, t)
 Sample a fluid solution at time t. More...
 

Detailed Description

Defines an output for a fluid.

Function/Subroutine Documentation

◆ fluid_output_init()

type(fluid_output_t) function fluid_output::fluid_output_init ( integer, intent(inout)  precision,
class(fluid_scheme_t), intent(in), target  fluid,
class(scalar_scheme_t), intent(in), optional, target  scalar,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path 
)

Definition at line 57 of file fluid_output.f90.

Here is the caller graph for this function:

◆ fluid_output_sample()

subroutine fluid_output::fluid_output_sample ( class(fluid_output_t), intent(inout)  this,
real(kind=rp), intent(in)  t 
)

Sample a fluid solution at time t.

Definition at line 100 of file fluid_output.f90.