https://mooseframework.inl.gov
thermal_hydraulics
include
components
ElbowPipe1Phase.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
FlowChannel1Phase.h
"
13
17
class
ElbowPipe1Phase
:
public
FlowChannel1Phase
18
{
19
public
:
20
ElbowPipe1Phase
(
const
InputParameters
& params);
21
22
protected
:
23
virtual
void
buildMeshNodes
()
override
;
24
26
Real
_radius
;
28
Real
_start_angle
;
30
Real
_end_angle
;
32
Real
_central_angle
;
33
34
public
:
35
static
InputParameters
validParams
();
36
};
ElbowPipe1Phase::_start_angle
Real _start_angle
Start angle [degrees].
Definition:
ElbowPipe1Phase.h:28
ElbowPipe1Phase
Bent pipe for 1-phase flow.
Definition:
ElbowPipe1Phase.h:17
ElbowPipe1Phase::_central_angle
Real _central_angle
central angle
Definition:
ElbowPipe1Phase.h:32
ElbowPipe1Phase::validParams
static InputParameters validParams()
Definition:
ElbowPipe1Phase.C:16
InputParameters
FlowChannel1Phase
Single-component, single-phase flow channel.
Definition:
FlowChannel1Phase.h:17
ElbowPipe1Phase::buildMeshNodes
virtual void buildMeshNodes() override
Definition:
ElbowPipe1Phase.C:51
ElbowPipe1Phase::_radius
Real _radius
Radius of the pipe [m].
Definition:
ElbowPipe1Phase.h:26
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ElbowPipe1Phase::_end_angle
Real _end_angle
End angle [degrees].
Definition:
ElbowPipe1Phase.h:30
ElbowPipe1Phase::ElbowPipe1Phase
ElbowPipe1Phase(const InputParameters ¶ms)
Definition:
ElbowPipe1Phase.C:32
FlowChannel1Phase.h
Generated on Fri Jul 18 2025 13:43:56 for https://mooseframework.inl.gov by
1.8.14