https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SCMHTCNegativeTest.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 "SCMHTCNegativeTest.h"
11
13
16{
18 params.addClassDescription("Test closure that returns a negative Nusselt number.");
19 return params;
20}
21
26
27Real
29{
30 return -1.0;
31}
registerMooseObject("SubChannelTestApp", SCMHTCNegativeTest)
void addClassDescription(const std::string &doc_string)
Base class for the convective heat transfer coefficients (HTC) closures used in SCM.
static InputParameters validParams()
Test closure that returns a negative Nusselt number.
SCMHTCNegativeTest(const InputParameters &parameters)
Real computeNusseltNumber(const FrictionStruct &friction_info, const NusseltStruct &nusselt_info) const override
Computes the nusselt number for the local conditions.
static InputParameters validParams()
structure with the needed information to compute the friction factor at a specific subchannel cell
structure with the needed information to compute the Nusselt number at a specific subchannel cell and...