https://mooseframework.inl.gov
AriaLaserWeld304LStainlessSteel.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 
25 {
26 public:
28 
30 
31 protected:
32  virtual void computeQpProperties();
33 
34  const Real _c_mu0;
35  const Real _c_mu1;
36  const Real _c_mu2;
37  const Real _c_mu3;
38  const Real _Tmax;
39  const Real _Tl;
40  const Real _T90;
41  const Real _beta;
42  const Real _c_k0;
43  const Real _c_k1;
44  const Real _c_cp0;
45  const Real _c_cp1;
46  const Real _c_rho0;
54 };
AriaLaserWeld304LStainlessSteel(const InputParameters &parameters)
A material that computes 304L volumetric stainless steel properties relevant to doing laser welding m...
ADMaterialProperty< RealVectorValue > & _grad_k
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const