https://mooseframework.inl.gov
WallFrictionFunctionMaterial.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 "Material.h"
14 
15 class Function;
16 
21 {
22 public:
24 
25 protected:
26  virtual void computeQpProperties();
27 
29 
30  const MaterialPropertyName _f_D_name;
36 
37 public:
39 };
Converts Darcy friction factor function into material property.
WallFrictionFunctionMaterial(const InputParameters &parameters)
MaterialProperty< Real > & _df_D_darhoEA
MaterialProperty< Real > & _df_D_darhoA
MaterialProperty< Real > & _df_D_darhouA
MaterialProperty< Real > *const _df_D_dbeta
const MaterialPropertyName _f_D_name
const InputParameters & parameters() const