https://mooseframework.inl.gov
subchannel
include
problems
QuadInterWrapper1PhaseProblem.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 "
InterWrapper1PhaseProblem.h
"
13
14
class
QuadInterWrapper1PhaseProblem
;
15
19
class
QuadInterWrapper1PhaseProblem
:
public
InterWrapper1PhaseProblem
20
{
21
public
:
22
QuadInterWrapper1PhaseProblem
(
const
InputParameters
& params);
23
24
protected
:
25
virtual
Real
computeFrictionFactor
(
Real
Re)
override
;
26
27
public
:
28
static
InputParameters
validParams
();
29
};
QuadInterWrapper1PhaseProblem
Quadrilateral interwrapper solver.
Definition:
QuadInterWrapper1PhaseProblem.h:19
InterWrapper1PhaseProblem
Base class for the 1-phase steady-state/transient interwrapper solver.
Definition:
InterWrapper1PhaseProblem.h:28
InterWrapper1PhaseProblem.h
InputParameters
QuadInterWrapper1PhaseProblem::validParams
static InputParameters validParams()
Definition:
QuadInterWrapper1PhaseProblem.C:15
QuadInterWrapper1PhaseProblem::computeFrictionFactor
virtual Real computeFrictionFactor(Real Re) override
Returns friction factor.
Definition:
QuadInterWrapper1PhaseProblem.C:29
QuadInterWrapper1PhaseProblem::QuadInterWrapper1PhaseProblem
QuadInterWrapper1PhaseProblem(const InputParameters ¶ms)
Definition:
QuadInterWrapper1PhaseProblem.C:23
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Generated on Fri Jul 18 2025 13:43:53 for https://mooseframework.inl.gov by
1.8.14