https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FlowChannelGasMix.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
18{
19public:
21
22 FlowChannelGasMix(const InputParameters & params);
23
24 virtual const THM::FlowModelID & getFlowModelID() const override { return THM::FM_GAS_MIX; }
25 virtual std::vector<std::string> ICParameters() const override;
26
27protected:
28 virtual void checkFluidProperties() const override;
29 virtual std::string flowModelClassName() const override;
30};
Base class for single-phase flow channels.
Flow channel containing a mixture of two gases.
virtual std::vector< std::string > ICParameters() const override
Returns the names of the IC parameters.
virtual const THM::FlowModelID & getFlowModelID() const override
Gets the flow model ID.
static InputParameters validParams()
virtual void checkFluidProperties() const override
Logs an error if the fluid properties is not valid.
virtual std::string flowModelClassName() const override
Returns the flow model class name.
unsigned int FlowModelID
FlowModelID FM_GAS_MIX