https://mooseframework.inl.gov
LaserWeld316LStainlessSteelBoundary.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 {
20 public:
22 
24 
25 protected:
26  virtual void computeQpProperties();
27 
33  const Real _P0;
34  const Real _L_v;
35  const Real _M;
36  const Real _T_v;
37  const Real _R;
38 
45  const Real _c_gamma0;
46  const Real _c_gamma1;
47 
49  const Real _Tl;
50 
60 
64 };
ADMaterialProperty< Real > & _rc_pressure
Declaring the material properties.
const Real _P0
The vapor recoil pressure is taken from: Chen, Xuehui, et al.
const Real _c_gamma0
The surface tension is taken from: Pichler, Peter, et al.
const ADVariableValue & _temperature
We need to know the temperature and the gradient of the temperature.
ADMaterialProperty< RealVectorValue > & _surface_term_gradient2
ADMaterialProperty< RealVectorValue > & _grad_surface_tension
A material that computes 316L surface stainless steel boundary properties relevant to doing laser wel...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
LaserWeld316LStainlessSteelBoundary(const InputParameters &parameters)
ADMaterialProperty< RealVectorValue > & _surface_term_curvature
ADMaterialProperty< RealVectorValue > & _surface_term_gradient1
const InputParameters & parameters() const