https://mooseframework.inl.gov
Loading...
Searching...
No Matches
AriaLaserWeld304LStainlessSteelFunctorMaterial.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 "FunctorMaterial.h"
13
25{
26public:
28
30
31protected:
32 const Real _c_mu0;
33 const Real _c_mu1;
34 const Real _c_mu2;
35 const Real _c_mu3;
36 const Real _Tmax;
37 const Real _Tl;
38 const Real _T90;
39 const Real _beta;
40 const Real _c_k0;
41 const Real _c_k1;
42 const Real _c_cp0;
43 const Real _c_cp1;
44 const Real _c_rho0;
45 const Real _ap0;
46 const Real _ap1;
47 const Real _ap2;
48 const Real _ap3;
49 const Real _bp0;
50 const Real _bp1;
51 const Real _bp2;
52 const Real _bp3;
53 const Real _Tb;
54 const Real _Tbound1;
55 const Real _Tbound2;
57};
A material that computes 304L volumetric stainless steel properties relevant to doing laser welding m...
const InputParameters & parameters() const