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