Cardinal
Public Attributes | List of all members
nekrs::usrwrkIndices Struct Reference

#include <NekInterface.h>

Public Attributes

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

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

boundary scalar01 (for separate domain coupling)

◆ boundary_scalar02

int nekrs::usrwrkIndices::boundary_scalar02

boundary scalar02 (for separate domain coupling)

◆ boundary_scalar03

int nekrs::usrwrkIndices::boundary_scalar03

boundary scalar03 (for separate domain coupling)

◆ boundary_temperature

int nekrs::usrwrkIndices::boundary_temperature

boundary temperature (for separate domain coupling)

◆ boundary_velocity

int nekrs::usrwrkIndices::boundary_velocity

boundary velocity (for separate domain coupling)

◆ flux

int nekrs::usrwrkIndices::flux

boundary heat flux (for conjugate heat transfer)

◆ heat_source

int nekrs::usrwrkIndices::heat_source

volumetric heat source (for volumetric heating)

◆ mesh_velocity_x

int nekrs::usrwrkIndices::mesh_velocity_x

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

◆ mesh_velocity_y

int nekrs::usrwrkIndices::mesh_velocity_y

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

◆ mesh_velocity_z

int nekrs::usrwrkIndices::mesh_velocity_z

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


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