https://mooseframework.inl.gov
ADSolidMaterial.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"
14 
18 class ADSolidMaterial : public Material
19 {
20 public:
22 
23 protected:
24  virtual void computeQpProperties();
25 
30 
35 
36 public:
38 };
const SolidMaterialProperties & _props
User object with material properties.
ADMaterialProperty< Real > & _specific_heat
static InputParameters validParams()
virtual void computeQpProperties()
const ADVariableValue & _temp
Temperature in the solid structure.
ADSolidMaterial(const InputParameters &parameters)
A class to define materials for the solid structures in the THM application.
ADMaterialProperty< Real > & _thermal_conductivity
The solid material properties.
ADMaterialProperty< Real > & _density
const InputParameters & parameters() const