https://mooseframework.inl.gov
Loading...
Searching...
No Matches
TriSubChannel1PhaseProblem.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
20{
21public:
23
25
26protected:
27 virtual void initializeSolution() override;
28 virtual Real computeAddedHeatPin(unsigned int i_ch, unsigned int iz) const override;
29 virtual Real getSubChannelPeripheralDuctWidth(unsigned int i_ch) const override;
30 virtual void computeh(int iblock) override;
31 PetscErrorCode cleanUp();
33 // Extra objects for heat conduction, which is important with metal coolants
40
41public:
43};
Base class for the 1-phase steady-state/transient subchannel solver.
Triangular subchannel solver.
static InputParameters validParams()
virtual Real computeAddedHeatPin(unsigned int i_ch, unsigned int iz) const override
Pure virtual: daughters provide different implementations.
virtual void computeh(int iblock) override
Computes Enthalpy per channel for block iblock.
virtual void initializeSolution() override
Function to initialize the solution & geometry fields.
virtual Real getSubChannelPeripheralDuctWidth(unsigned int i_ch) const override
Function that computes the width of the duct cell that the peripheral subchannel i_ch sees.
Mesh class for triangular, edge and corner subchannels for hexagonal lattice fuel assemblies.