Defines an output for a fluid.
◆ fluid_output_free()
subroutine fluid_output::fluid_output_free |
( |
class(fluid_output_t), intent(inout) |
this | ) |
|
|
private |
◆ 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 |
|
) |
| |
|
private |
◆ fluid_output_sample()
subroutine fluid_output::fluid_output_sample |
( |
class(fluid_output_t), intent(inout) |
this, |
|
|
real(kind=rp), intent(in) |
t |
|
) |
| |
|
private |