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

Factory for wall-model samplers.

Functions/Subroutines

subroutine, public wall_sampler_factory (object, json)
 Wall sampler factory.
 
subroutine, public wall_sampler_allocator (object, type_name)
 Allocate a concrete wall sampler implementation by type name.
 

Function/Subroutine Documentation

◆ wall_sampler_allocator()

subroutine, public wall_sampler_fctry::wall_sampler_allocator ( class(wall_sampler_t), intent(inout), allocatable  object,
character(len=*), intent(in type_name 
)
Parameters
objectAllocatable wall sampler to allocate.
type_nameSampler type identifier read from configuration.

Definition at line 83 of file wall_sampler_fctry.f90.

Here is the caller graph for this function:

◆ wall_sampler_factory()

subroutine, public wall_sampler_fctry::wall_sampler_factory ( class(wall_sampler_t), intent(inout), allocatable  object,
type(json_file), intent(inout json 
)

If no sampling block is present, this routine falls back to legacy behaviour using h_index and the GLL sampler.

Parameters
objectAllocatable wall sampler to create.
jsonCase configuration data.

Definition at line 52 of file wall_sampler_fctry.f90.

Here is the call graph for this function:
Here is the caller graph for this function: