https://mooseframework.inl.gov
Closures1PhaseBase.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 "ClosuresBase.h"
13 
14 class FlowChannel1Phase;
15 
20 {
21 public:
22  Closures1PhaseBase(const InputParameters & params);
23 
24 protected:
33  void addWallFrictionFunctionMaterial(const FlowChannel1Phase & flow_channel) const;
34 
40  void addAverageWallTemperatureMaterial(const FlowChannel1Phase & flow_channel) const;
41 
42 public:
44 };
static InputParameters validParams()
void addAverageWallTemperatureMaterial(const FlowChannel1Phase &flow_channel) const
Adds average wall temperature material.
Base class for closures implementations.
Definition: ClosuresBase.h:28
Single-component, single-phase flow channel.
Base class for 1-phase closures.
Closures1PhaseBase(const InputParameters &params)
void addWallFrictionFunctionMaterial(const FlowChannel1Phase &flow_channel) const
Adds material that computes wall friction factor from a specified function.