www.mooseframework.org
DerivativeParsedMaterial.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
13 #include "ParsedMaterialBase.h"
14 
19 template <bool is_ad>
21  public ParsedMaterialBase
22 {
23 public:
25 
27 
29 
30 protected:
31  virtual void resetQpProperties() override {}
32 };
33 
Helper class for ParsedMaterial and DerivativeParsedMaterial to declare and read the input parameters...
Class to evaluate a parsed function (for example a free energy) and automatically provide all derivat...
usingDerivativeParsedMaterialHelperMembers(is_ad)
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Helper class to perform the auto derivative taking.
DerivativeParsedMaterialTempl< true > ADDerivativeParsedMaterial
DerivativeParsedMaterialTempl< false > DerivativeParsedMaterial
virtual void resetQpProperties() override
Resets the properties prior to calculation of traditional materials (only if &#39;compute = false&#39;)...
DerivativeParsedMaterialTempl(const InputParameters &parameters)
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.