Cardinal
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
NekYPlus Class Reference

#include <NekYPlus.h>

Inheritance diagram for NekYPlus:
[legend]

Public Member Functions

 NekYPlus (const InputParameters &parameters)
 
virtual Real getValue () const override
 
virtual void initialize () override
 
virtual void execute () override
 

Static Public Member Functions

static InputParameters validParams ()
 

Protected Attributes

const MooseEnum & _value_type
 Type of value to return. More...
 
const unsigned int & _wall_distance_index
 Index where wall distance is stored in nek::scPtr. More...
 
const nek_mesh::NekMeshEnum _pp_mesh
 Which NekRS mesh to act on. More...
 
const std::vector< int > & _boundary
 boundary IDs of the nekRS mesh over which to find the extreme value More...
 
const NekRSProblem_nek_problem
 The NekRSProblem required by all objects which inherit from NekBase. More...
 
const NekRSMesh_nek_mesh
 Underlying NekRSMesh, if present. More...
 

Detailed Description

Compute the \(y^+\) on a boundary.

Note that this calculation is done directly on the mesh that nekRS solves on, not the mesh created for solution transfer in NekRSMesh.

Constructor & Destructor Documentation

◆ NekYPlus()

NekYPlus::NekYPlus ( const InputParameters &  parameters)

Member Function Documentation

◆ execute()

virtual void NekSidePostprocessor::execute ( )
inlineoverridevirtualinherited

◆ getValue()

virtual Real NekYPlus::getValue ( ) const
overridevirtual

◆ initialize()

virtual void NekSidePostprocessor::initialize ( )
inlineoverridevirtualinherited

◆ validParams()

static InputParameters NekYPlus::validParams ( )
static

Member Data Documentation

◆ _boundary

const std::vector<int>& NekSidePostprocessor::_boundary
protectedinherited

boundary IDs of the nekRS mesh over which to find the extreme value

◆ _nek_mesh

const NekRSMesh* NekBase::_nek_mesh
protectedinherited

Underlying NekRSMesh, if present.

◆ _nek_problem

const NekRSProblem* NekBase::_nek_problem
protectedinherited

The NekRSProblem required by all objects which inherit from NekBase.

◆ _pp_mesh

const nek_mesh::NekMeshEnum NekSidePostprocessor::_pp_mesh
protectedinherited

Which NekRS mesh to act on.

◆ _value_type

const MooseEnum& NekYPlus::_value_type
protected

Type of value to return.

◆ _wall_distance_index

const unsigned int& NekYPlus::_wall_distance_index
protected

Index where wall distance is stored in nek::scPtr.


The documentation for this class was generated from the following file: