Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
fluid_output Module Reference

Defines an output for a fluid.

Data Types

type  fluid_output_t
 Fluid output. More...
 

Functions/Subroutines

subroutine fluid_output_init (this, precision, fluid, scalar_fields, name, path, fmt, layout)
 
subroutine fluid_output_free (this)
 Destroy a fluid output list.
 
subroutine fluid_output_sample (this, t)
 Sample a fluid solution at time t.
 

Function/Subroutine Documentation

◆ fluid_output_free()

subroutine fluid_output::fluid_output_free ( class(fluid_output_t), intent(inout this)
private

Definition at line 165 of file fluid_output.f90.

◆ fluid_output_init()

subroutine fluid_output::fluid_output_init ( class(fluid_output_t), intent(inout this,
integer, intent(inout precision,
class(fluid_scheme_base_t), intent(in), target  fluid,
class(scalars_t), intent(in), optional, target  scalar_fields,
character(len=*), intent(in), optional  name,
character(len=*), intent(in), optional  path,
character(len=*), intent(in), optional  fmt,
integer, intent(in), optional  layout 
)

Definition at line 61 of file fluid_output.f90.

◆ fluid_output_sample()

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

Definition at line 173 of file fluid_output.f90.