https://mooseframework.inl.gov
ConstantAnisotropicMobility.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 
18 template <bool is_ad>
20 {
21 public:
23 
25 
26 protected:
27  virtual void computeQpProperties();
28 
30  const std::vector<Real> & _mobility_values;
31 
33  const MaterialPropertyName & _mobility_name;
35 };
36 
ConstantAnisotropicMobilityTempl< true > ADConstantAnisotropicMobility
GenericMaterialProperty< RealTensorValue, is_ad > & _mobility
ConstantAnisotropicMobility provides a simple RealTensorValue type MaterialProperty that can be used ...
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
const std::vector< Real > & _mobility_values
raw tensor values as passed in from the input file
const MaterialPropertyName & _mobility_name
Name of the mobility tensor material property.
const InputParameters & parameters() const
ConstantAnisotropicMobilityTempl(const InputParameters &parameters)
ConstantAnisotropicMobilityTempl< false > ConstantAnisotropicMobility