https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
Computes dynamic viscosity.
const MaterialProperty< Real > & _de_darhoA
const MaterialProperty< Real > & _de_darhoEA
virtual void computeQpProperties() override
const MaterialProperty< Real > & _v
Specific volume.
MaterialProperty< Real > & _dmu_darhoEA
const SinglePhaseFluidProperties & _fp_1phase
Single-phase fluid properties.
MaterialProperty< Real > & _mu
const MaterialProperty< Real > & _de_darhouA
const MaterialProperty< Real > *const _dv_dbeta
const MaterialPropertyName & _mu_name
Dynamic viscosity name.
MaterialProperty< Real > & _dmu_darhouA
MaterialProperty< Real > *const _dmu_dbeta
MaterialProperty< Real > & _dmu_darhoA
const MaterialProperty< Real > & _e
Specific internal energy.
const MaterialProperty< Real > & _dv_darhoA
static InputParameters validParams()
Common class for single phase fluid properties.