https://mooseframework.inl.gov
BinaryDiffusionCoefMaterial.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"
13 
16 
21 {
22 public:
24 
26 
27 protected:
28  virtual void computeQpProperties() override;
29 
33 
34  const Real _M1;
35  const Real _M2;
36 
40 
43 
45 };
Base class for fluid properties of vapor mixtures.
virtual void computeQpProperties() override
const ADMaterialProperty< Real > & _p
BinaryDiffusionCoefMaterial(const InputParameters &parameters)
const SinglePhaseFluidProperties & _fp1
const SinglePhaseFluidProperties & _fp2
Computes the Stefan-Maxwell binary diffusion coefficient.
static InputParameters validParams()
Common class for single phase fluid properties.
const VaporMixtureFluidProperties & _fp_mix
const ADMaterialProperty< Real > & _T
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
ADMaterialProperty< Real > & _diff_coef