https://mooseframework.inl.gov
CircularAreaHydraulicDiameterFunctionTest.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 
12 
14 {
15  Function & fn = _fe_problem->getFunction(_Dh_name);
16 
17  const Point p(0.5, 0, 0);
18  ABS_TEST(fn.value(0, p), 1.3819765978853, 1e-13);
19 }
virtual Real value(Real t, const Point &p) const
TEST_F(CircularAreaHydraulicDiameterFunctionTest, test)