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

Go to the source code of this file.

Data Types

type  wall_distance_sampler::wall_distance_sampler_t
 Implements wall-normal sampling at prescribed physical distances. More...
 

Modules

module  wall_distance_sampler
 Implements wall_distance_sampler_t.
 

Functions/Subroutines

subroutine wall_distance_sampler::wall_distance_sampler_init (this, json)
 Partial constructor from JSON.
 
subroutine wall_distance_sampler::wall_distance_sampler_init_from_distances (this, distances, output_h)
 Partial constructor from physical wall-normal distances.
 
subroutine wall_distance_sampler::wall_distance_sampler_init_from_user (this, n_samples, output_h)
 Partial constructor for user-provided sampling distances.
 
subroutine wall_distance_sampler::wall_distance_sampler_init_from_components (this, coef, distances, xyz, h, output_h)
 Fully construct a distance sampler from its resolved components.
 
subroutine wall_distance_sampler::wall_distance_sampler_finalize (this, coef, msk, facet, n_x, n_y, n_z, bc_name, user)
 Construct sampling locations and initialise global interpolation.
 
subroutine wall_distance_sampler::wall_distance_sampler_sample (this, field, values)
 Sample a field at the configured physical locations.
 
subroutine wall_distance_sampler::wall_distance_sampler_free (this)
 Release sampler resources.