Implements the re-initialization equation proposed by Olsson et. More...
#include <LevelSetOlssonReinitialization.h>
Public Member Functions | |
LevelSetOlssonReinitialization (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual ADRealVectorValue | precomputeQpResidual () override |
Protected Attributes | |
const ADVariableGradient & | _grad_levelset_0 |
Gradient of the level set variable at time, \tau = 0. More... | |
const PostprocessorValue & | _epsilon |
Interface thickness. More... | |
usingKernelGradMembers | |
Implements the re-initialization equation proposed by Olsson et.
al. (2007).
Definition at line 17 of file LevelSetOlssonReinitialization.h.
LevelSetOlssonReinitialization< compute_stage >::LevelSetOlssonReinitialization | ( | const InputParameters & | parameters | ) |
Definition at line 25 of file LevelSetOlssonReinitialization.C.
|
overrideprotectedvirtual |
Definition at line 35 of file LevelSetOlssonReinitialization.C.
|
protected |
Interface thickness.
Definition at line 37 of file LevelSetOlssonReinitialization.h.
|
protected |
Gradient of the level set variable at time, \tau = 0.
Definition at line 34 of file LevelSetOlssonReinitialization.h.
|
protected |
Definition at line 39 of file LevelSetOlssonReinitialization.h.