Go to the documentation of this file.
13 #include "ElementPostprocessor.h"
32 void threadJoin(
const UserObject & user_object)
override;
33 virtual PostprocessorValue
getValue()
override;
Real _max_velocity
The max velocity on an element, this is done simply to avoid creating temporary calls to execute.
void initialize() override
virtual PostprocessorValue getValue() override
A helper class for defining the velocity as coupled variables for the levelset equation.
Real _cfl_timestep
The minimum timestep computed using CFL condition.
LevelSetCFLCondition(const InputParameters ¶meters)
InputParameters validParams< LevelSetCFLCondition >()
Computes the maximum timestep based on the CFL condition.
void threadJoin(const UserObject &user_object) override