https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LaserWeld316LStainlessSteel.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
19{
20public:
22
24
25protected:
26 virtual void computeQpProperties();
27
33 const Real _c_mu0;
34 const Real _c_mu1;
35
42 const Real _c_k0_s;
43 const Real _c_k1_s;
44 const Real _c_k2_s;
45 const Real _c_k0_l;
46 const Real _c_k1_l;
47 const Real _c_k2_l;
48
54 const Real _c_cp0_s;
55 const Real _c_cp1_s;
56 const Real _c_cp0_l;
57
63 const Real _c_rho0_s;
64 const Real _c_rho1_s;
65 const Real _c_rho2_s;
66 const Real _c_rho0_l;
67 const Real _c_rho1_l;
68 const Real _c_rho2_l;
69
71 const Real _Tmax;
72
79 const Real _Tl;
80 const Real _Ts;
81
85
91
94
95private:
98};
A material that computes 316L volumetric stainless steel properties relevant to doing laser welding m...
const ADVariableValue & _temperature
We need to know the temperature and the gradient of the temperature.
const Real _Tl
The liquidus and solidus temperatures, both taken from: Pichler, Peter, et al.
ADMaterialProperty< RealVectorValue > & _grad_k
The gradient of the thermal conductivity.
const ADVariableGradient & _grad_temperature
const bool _use_constant_density
If a constant density should be used (would discard buoyancy effects)
const Real _c_k0_s
The thermal conductivity is taken from: Pichler, Peter, et al.
const Real _Tmax
Bounding temperature for the viscosity.
ADMaterialProperty< Real > & _rho
ADMaterialProperty< Real > & _k
ADMaterialProperty< Real > & _mu
Material properties that get updated in this object.
ADMaterialProperty< Real > & _cp
const Real _c_mu0
An approximate for the dynamic viscosity is provided in paper: Kim, C.S., 1975.
const Real _c_cp0_s
An approximate for the speific heat is provided in paper: Kim, C.S., 1975.
const Real _c_rho0_s
An approximate for the density is provided in paper: Kim, C.S., 1975.
const InputParameters & parameters() const
VariableValueTempl< true > ADVariableValue
VariableGradientTempl< true > ADVariableGradient