Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
wall_sampler.f90 File Reference

Go to the source code of this file.

Data Types

type  wall_sampler::wall_sampler_t
 Base type for sampling solution fields at points associated with wall nodes. Samples belonging to one wall node are stored contiguously. More...
 
interface  wall_sampler::wall_sampler_init
 Parse sampler-specific configuration from JSON. More...
 
interface  wall_sampler::wall_sampler_finalize
 Complete sampler setup after geometric and wall-node data are known. More...
 
interface  wall_sampler::wall_sampler_sample
 Evaluate and store sampled field values at all sampling points. More...
 
interface  wall_sampler::wall_sampler_free
 Release sampler resources. More...
 

Modules

module  wall_sampler
 Defines the abstract interface for wall-model field samplers.
 

Functions/Subroutines

subroutine wall_sampler::wall_sampler_init_base (this, n_nodes, n_samples, h, output_h)
 Initialise state common to all fully constructed wall samplers.
 
subroutine wall_sampler::wall_sampler_output_h (this, coef, msk, bc_name)
 Write the first sampling distance at every wall node to a field file.