https://mooseframework.inl.gov
JunctionOneToOne.C
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 #include "JunctionOneToOne.h"
11 
12 registerMooseObject("ThermalHydraulicsApp", JunctionOneToOne);
13 
16 {
18 
19  params.addClassDescription("Junction connecting one flow channel to one other flow channel");
20 
21  return params;
22 }
23 
25 {
26  logError("Deprecated component. Use JunctionOneToOne1Phase or JunctionOneToOne2Phase instead.");
27 }
registerMooseObject("ThermalHydraulicsApp", JunctionOneToOne)
void logError(Args &&... args) const
Logs an error.
Definition: Component.h:215
static InputParameters validParams()
Base class for flow junctions.
Definition: FlowJunction.h:17
static InputParameters validParams()
Definition: FlowJunction.C:14
JunctionOneToOne(const InputParameters &params)
Junction connecting one flow channel to one other flow channel.
void addClassDescription(const std::string &doc_string)