www.mooseframework.org
LevelSetBiMaterialRankTwo.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 
12 #include "LevelSetBiMaterialBase.h"
13 #include "RankTwoTensor.h"
14 
19 template <bool is_ad>
21 {
22 public:
24 
26 
27 protected:
28  virtual void assignQpPropertiesForLevelSetPositive() override;
29  virtual void assignQpPropertiesForLevelSetNegative() override;
30 
32  std::vector<const GenericMaterialProperty<RankTwoTensor, is_ad> *> _bimaterial_material_prop;
33 
36 };
37 
GenericMaterialProperty< RankTwoTensor, is_ad > & _material_prop
Global RankTwoTensor material property (switch bi-material diffusion coefficient based on level set v...
LevelSetBiMaterialRankTwoTempl< false > LevelSetBiMaterialRankTwo
virtual void assignQpPropertiesForLevelSetPositive() override
assign the material properties for the positive level set region.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
Compute a RankTwoTensor material property for bi-materials problem (consisting of two different mater...
LevelSetBiMaterialRankTwoTempl< true > ADLevelSetBiMaterialRankTwo
virtual void assignQpPropertiesForLevelSetNegative() override
assign the material properties for the negative level set region.
const InputParameters & parameters() const
Base class for switching between materials in a bi-material system where the interface is defined by ...
LevelSetBiMaterialRankTwoTempl(const InputParameters &parameters)
std::vector< const GenericMaterialProperty< RankTwoTensor, is_ad > * > _bimaterial_material_prop
RankTwoTensor Material properties for the two separate materials in the bi-material system...