www.mooseframework.org
INSExplicitTimestepSelector.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 "ElementPostprocessor.h"
13 
19 {
20 public:
22 
25 
26  virtual void initialize() override;
27  virtual void execute() override;
28  virtual Real getValue() const override;
29  virtual void finalize() override;
30  virtual void threadJoin(const UserObject & uo) override;
31 
32 protected:
35 
38 
45 
50 };
Real _beta
We can compute maximum stable timesteps based on the linearized theory, but even those timesteps are ...
const MaterialProperty< Real > & _mu
Material properties: the explicit time scheme limit for the viscous problem also depends on the kinem...
static InputParameters validParams()
const MaterialProperty< Real > & _rho
Postprocessor that computes the minimum value of h_min/|u|, where |u| is coupled in as an aux variabl...
const VariableValue & _vel_mag
Velocity magnitude. Hint: Use VectorMagnitudeAux in Moose for this.
virtual Real getValue() const override
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
INSExplicitTimestepSelector(const InputParameters &parameters)
Real _value
The value of dt (NOTE: _dt member variable is already defined)
const InputParameters & parameters() const
virtual void threadJoin(const UserObject &uo) override