|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
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. | |
| subroutine, public wall_sampler_fctry::wall_sampler_allocator | ( | class(wall_sampler_t), intent(inout), allocatable | object, |
| character(len=*), intent(in) | type_name | ||
| ) |
| object | Allocatable wall sampler to allocate. |
| type_name | Sampler type identifier read from configuration. |
Definition at line 83 of file wall_sampler_fctry.f90.

| 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.
| object | Allocatable wall sampler to create. |
| json | Case configuration data. |
Definition at line 52 of file wall_sampler_fctry.f90.

