Cardinal
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) More...
 
int heat_source = -1
 volumetric heat source (for volumetric heating) More...
 
int mesh_velocity_x = -1
 x-velocity of moving boundary (for mesh blending solver) More...
 
int mesh_velocity_y = -1
 y-velocity of moving boundary (for mesh blending solver) More...
 
int mesh_velocity_z = -1
 z-velocity of moving boundary (for mesh blending solver) More...
 
int temperature = -1
 temperature (for reverse-direction conjugate heat transfer 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

◆ 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)

◆ temperature

int nekrs::usrwrkIndices::temperature = -1

temperature (for reverse-direction conjugate heat transfer coupling)


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