OGS
ProcessLib::HeatTransportBHE::BHEEndpoints Struct Reference

Detailed Description

Inlet and outlet endpoint nodes of a BHE line-element chain, derived from the elements' local node ordering. The inlet is the chain endpoint that appears as node 0 of its (only) connected line element; the outlet is the other endpoint. This is the same node-0 -> node-1 convention used by the local assembler when building _element_direction = (p1 - p0).

Definition at line 51 of file HeatTransportBHE/BHE/MeshUtils.h.

#include <MeshUtils.h>

Collaboration diagram for ProcessLib::HeatTransportBHE::BHEEndpoints:
[legend]

Public Attributes

MeshLib::Node const * inlet
MeshLib::Node const * outlet

Member Data Documentation

◆ inlet

MeshLib::Node const* ProcessLib::HeatTransportBHE::BHEEndpoints::inlet

Definition at line 53 of file HeatTransportBHE/BHE/MeshUtils.h.

◆ outlet

MeshLib::Node const* ProcessLib::HeatTransportBHE::BHEEndpoints::outlet

Definition at line 54 of file HeatTransportBHE/BHE/MeshUtils.h.


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