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