https://mooseframework.inl.gov
TriInterWrapper1PhaseProblem.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 
13 
19 {
20 public:
22 
23 protected:
29  virtual Real computeFrictionFactor(Real Re) override;
31  virtual void computeDP(int iblock) override;
34  virtual void computeh(int iblock) override;
35  virtual void externalSolve() override;
39 
40 public:
42 };
virtual Real computeFrictionFactor(Real Re) override
Computes the axial friction factor for the sodium coolant and for each subchannel.
Triangular interwrapper solver.
virtual void computeDP(int iblock) override
computeDP(int iz) is defined/overridden in order to use the friction factor for sodium ...
const TriInterWrapperMesh & _tri_sch_mesh
Base class for the 1-phase steady-state/transient interwrapper solver.
virtual void computeh(int iblock) override
computeMassFlowForDPDZ() and enforceUniformDPDZAtInlet() are overriden to define the sodium friction ...
Real _dpz_error
average relative error in pressure drop of channels
TriInterWrapper1PhaseProblem(const InputParameters &params)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Mesh class for triangular, edge and corner inter_wrappers for hexagonal lattice fuel assemblies...