Defines an output for a fluid.
◆ fluid_output_free()
◆ 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, |
|
|
logical, intent(in), optional |
always_write_mesh |
|
) |
| |
◆ fluid_output_sample()