www.mooseframework.org
navier_stokes
include
auxkernels
INSCourant.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 "AuxKernel.h"
13
14
// Forward Declarations
15
class
INSCourant
;
16
17
template
<>
18
InputParameters
validParams<INSCourant>
();
19
23
class
INSCourant
:
public
AuxKernel
24
{
25
public
:
26
INSCourant
(
const
InputParameters & parameters);
27
28
protected
:
29
virtual
Real
computeValue
();
30
31
// Velocity
32
const
VariableValue &
_u_vel
;
33
const
VariableValue &
_v_vel
;
34
const
VariableValue &
_w_vel
;
35
};
36
INSCourant::computeValue
virtual Real computeValue()
Definition:
INSCourant.C:39
INSCourant::_u_vel
const VariableValue & _u_vel
Definition:
INSCourant.h:32
INSCourant
Computes h_min / |u|.
Definition:
INSCourant.h:23
validParams< INSCourant >
InputParameters validParams< INSCourant >()
Definition:
INSCourant.C:17
INSCourant::_v_vel
const VariableValue & _v_vel
Definition:
INSCourant.h:33
INSCourant::_w_vel
const VariableValue & _w_vel
Definition:
INSCourant.h:34
INSCourant::INSCourant
INSCourant(const InputParameters ¶meters)
Definition:
INSCourant.C:30
Generated on Sat Jan 25 2020 12:04:37 for www.mooseframework.org by
1.8.16