|
Cardinal
|
#include <NekYPlus.h>
Public Member Functions | |
| NekYPlus (const InputParameters ¶meters) | |
| 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... | |
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.
| NekYPlus::NekYPlus | ( | const InputParameters & | parameters | ) |
|
inlineoverridevirtualinherited |
|
overridevirtual |
|
inlineoverridevirtualinherited |
|
static |
|
protectedinherited |
boundary IDs of the nekRS mesh over which to find the extreme value
|
protectedinherited |
The NekRSProblem required by all objects which inherit from NekBase.
|
protectedinherited |
Which NekRS mesh to act on.
|
protected |
Type of value to return.
|
protected |
Index where wall distance is stored in nek::scPtr.
1.8.16