https://mooseframework.inl.gov
Closures1PhaseSimple.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 "Closures1PhaseBase.h"
13 
18 {
19 public:
20  Closures1PhaseSimple(const InputParameters & params);
21 
22  virtual void checkFlowChannel(const FlowChannelBase & flow_channel) const override;
23  virtual void checkHeatTransfer(const HeatTransferBase & heat_transfer,
24  const FlowChannelBase & flow_channel) const override;
25  virtual void addMooseObjectsFlowChannel(const FlowChannelBase & flow_channel) override;
26  virtual void addMooseObjectsHeatTransfer(const HeatTransferBase & heat_transfer,
27  const FlowChannelBase & flow_channel) override;
28 
29 protected:
35  void addWallTemperatureFromHeatFluxMaterial(const FlowChannel1Phase & flow_channel) const;
36 
37 public:
39 };
static InputParameters validParams()
A base class for flow channels.
virtual void checkHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) const override
Checks for errors associated with a heat transfer component.
virtual void addMooseObjectsFlowChannel(const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a flow channel component.
Single-component, single-phase flow channel.
Simple 1-phase closures.
Base class for heat transfer connections.
Closures1PhaseSimple(const InputParameters &params)
Base class for 1-phase closures.
virtual void addMooseObjectsHeatTransfer(const HeatTransferBase &heat_transfer, const FlowChannelBase &flow_channel) override
Adds MOOSE objects associated with a heat transfer component.
void addWallTemperatureFromHeatFluxMaterial(const FlowChannel1Phase &flow_channel) const
Adds material to compute wall temperature from heat flux.
virtual void checkFlowChannel(const FlowChannelBase &flow_channel) const override
Checks for errors associated with a flow channel component.