Loading [MathJax]/extensions/tex2jax.js
Cardinal
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
nekrs::usrwrkIndices Struct Reference

#include <NekInterface.h>

Public Attributes

int flux = -1
 boundary heat flux (for conjugate heat transfer)
 
int heat_source = -1
 volumetric heat source (for volumetric heating)
 
int mesh_velocity_x = -1
 x-velocity of moving boundary (for mesh blending solver)
 
int mesh_velocity_y = -1
 y-velocity of moving boundary (for mesh blending solver)
 
int mesh_velocity_z = -1
 z-velocity of moving boundary (for mesh blending solver)
 
int boundary_velocity = -1
 boundary velocity (for separate domain coupling)
 
int boundary_temperature = -1
 boundary temperature (for separate domain coupling)
 
int boundary_scalar01 = -1
 boundary scalar01 (for separate domain coupling)
 
int boundary_scalar02 = -1
 boundary scalar02 (for separate domain coupling)
 
int boundary_scalar03 = -1
 boundary scalar03 (for separate domain coupling)
 

Detailed Description

Integer indices in the usrwrk scratch space for writing solutions from MOOSE. These will be set from Cardinal. Not all will be used simultaneously.

Member Data Documentation

◆ boundary_scalar01

int nekrs::usrwrkIndices::boundary_scalar01 = -1

boundary scalar01 (for separate domain coupling)

◆ boundary_scalar02

int nekrs::usrwrkIndices::boundary_scalar02 = -1

boundary scalar02 (for separate domain coupling)

◆ boundary_scalar03

int nekrs::usrwrkIndices::boundary_scalar03 = -1

boundary scalar03 (for separate domain coupling)

◆ boundary_temperature

int nekrs::usrwrkIndices::boundary_temperature = -1

boundary temperature (for separate domain coupling)

◆ boundary_velocity

int nekrs::usrwrkIndices::boundary_velocity = -1

boundary velocity (for separate domain coupling)

◆ flux

int nekrs::usrwrkIndices::flux = -1

boundary heat flux (for conjugate heat transfer)

◆ heat_source

int nekrs::usrwrkIndices::heat_source = -1

volumetric heat source (for volumetric heating)

◆ mesh_velocity_x

int nekrs::usrwrkIndices::mesh_velocity_x = -1

x-velocity of moving boundary (for mesh blending solver)

◆ mesh_velocity_y

int nekrs::usrwrkIndices::mesh_velocity_y = -1

y-velocity of moving boundary (for mesh blending solver)

◆ mesh_velocity_z

int nekrs::usrwrkIndices::mesh_velocity_z = -1

z-velocity of moving boundary (for mesh blending solver)


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