https://mooseframework.inl.gov
LevelSetOlssonReinitialization.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 // MOOSE includes
13 #include "ADKernelGrad.h"
14 
19 {
20 public:
22 
24 
25 protected:
26  virtual ADRealVectorValue precomputeQpResidual() override;
27 
30 
33 
36 
38 };
const bool _use_modified_reinitilization_formulation
Use modified reinitilization formulation (see Olsson et. al. (2007), section 2.2.1) ...
const PostprocessorValue & getPostprocessorValue(const std::string &param_name, const unsigned int index=0) const
const PostprocessorValue & _epsilon
Interface thickness.
const ADVariableGradient & _grad_levelset_0
Gradient of the level set variable at time, = 0.
Real PostprocessorValue
Implements the re-initialization equation proposed by Olsson et.
LevelSetOlssonReinitialization(const InputParameters &parameters)
virtual ADRealVectorValue precomputeQpResidual() override
const InputParameters & parameters() const