https://mooseframework.inl.gov
LevelSetBiMaterialReal.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 "LevelSetBiMaterialBase.h"
13 
18 template <bool is_ad>
20 {
21 public:
23 
25 
26 protected:
27  virtual void assignQpPropertiesForLevelSetPositive() override;
28  virtual void assignQpPropertiesForLevelSetNegative() override;
29 
31  std::vector<const GenericMaterialProperty<Real, is_ad> *> _bimaterial_material_prop;
32 
35 };
36 
std::vector< const GenericMaterialProperty< Real, is_ad > * > _bimaterial_material_prop
Real Material properties for the two separate materials in the bi-material system.
LevelSetBiMaterialRealTempl< false > LevelSetBiMaterialReal
LevelSetBiMaterialRealTempl< true > ADLevelSetBiMaterialReal
virtual void assignQpPropertiesForLevelSetPositive() override
assign the material properties for the positive level set region.
static InputParameters validParams()
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
virtual void assignQpPropertiesForLevelSetNegative() override
assign the material properties for the negative level set region.
const InputParameters & parameters() const
LevelSetBiMaterialRealTempl(const InputParameters &parameters)
Base class for switching between materials in a bi-material system where the interface is defined by ...
Compute a Real material property for bi-materials problem (consisting of two different materials) def...
GenericMaterialProperty< Real, is_ad > & _material_prop
Global Real material property (switch bi-material diffusion coefficient based on level set values) ...