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 
15 // Forward Declarations
17 
18 template <>
20 
27 {
28 public:
29  LevelSetBiMaterialRankTwo(const InputParameters & parameters);
30 
31 protected:
32  virtual void assignQpPropertiesForLevelSetPositive() override;
33  virtual void assignQpPropertiesForLevelSetNegative() override;
34 
36  std::vector<const MaterialProperty<RankTwoTensor> *> _bimaterial_material_prop;
37 
39  MaterialProperty<RankTwoTensor> & _material_prop;
40 };
41 
LevelSetBiMaterialRankTwo
Compute a RankTwoTensor material property for bi-materials problem (consisting of two different mater...
Definition: LevelSetBiMaterialRankTwo.h:26
LevelSetBiMaterialBase.h
LevelSetBiMaterialRankTwo::assignQpPropertiesForLevelSetNegative
virtual void assignQpPropertiesForLevelSetNegative() override
assign the material properties for the negative level set region.
Definition: LevelSetBiMaterialRankTwo.C:43
LevelSetBiMaterialRankTwo::LevelSetBiMaterialRankTwo
LevelSetBiMaterialRankTwo(const InputParameters &parameters)
Definition: LevelSetBiMaterialRankTwo.C:25
LevelSetBiMaterialRankTwo::_bimaterial_material_prop
std::vector< const MaterialProperty< RankTwoTensor > * > _bimaterial_material_prop
RankTwoTensor Material properties for the two separate materials in the bi-material system.
Definition: LevelSetBiMaterialRankTwo.h:36
LevelSetBiMaterialRankTwo::_material_prop
MaterialProperty< RankTwoTensor > & _material_prop
Global RankTwoTensor material property (switch bi-material diffusion coefficient based on level set v...
Definition: LevelSetBiMaterialRankTwo.h:39
LevelSetBiMaterialRankTwo::assignQpPropertiesForLevelSetPositive
virtual void assignQpPropertiesForLevelSetPositive() override
assign the material properties for the positive level set region.
Definition: LevelSetBiMaterialRankTwo.C:37
LevelSetBiMaterialBase
Base class for switching between materials in a bi-material system where the interface is defined by ...
Definition: LevelSetBiMaterialBase.h:25
validParams< LevelSetBiMaterialRankTwo >
InputParameters validParams< LevelSetBiMaterialRankTwo >()
Definition: LevelSetBiMaterialRankTwo.C:16