https://mooseframework.inl.gov
DynamicViscosityMaterial.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 
16 
21 {
22 public:
24 
25 protected:
26  virtual void computeQpProperties() override;
27 
29  const MaterialPropertyName & _mu_name;
30 
31  // Dynamic viscosity derivatives
37 
42 
48 
51 
52 public:
54 };
MaterialProperty< Real > & _dmu_darhoA
const MaterialProperty< Real > & _dv_darhoA
Computes dynamic viscosity.
const MaterialProperty< Real > & _de_darhoA
const MaterialProperty< Real > & _de_darhoEA
const MaterialProperty< Real > *const _dv_dbeta
virtual void computeQpProperties() override
static InputParameters validParams()
const MaterialProperty< Real > & _e
Specific internal energy.
Common class for single phase fluid properties.
MaterialProperty< Real > *const _dmu_dbeta
MaterialProperty< Real > & _dmu_darhoEA
MaterialProperty< Real > & _dmu_darhouA
MaterialProperty< Real > & _mu
const InputParameters & parameters() const
const MaterialProperty< Real > & _v
Specific volume.
const MaterialProperty< Real > & _de_darhouA
DynamicViscosityMaterial(const InputParameters &parameters)
const SinglePhaseFluidProperties & _fp_1phase
Single-phase fluid properties.
const MaterialPropertyName & _mu_name
Dynamic viscosity name.