https://mooseframework.inl.gov
ConvectedMeshPSPG.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 #include "INSBase.h"
13 
17 class ConvectedMeshPSPG : public INSBase
18 {
19 public:
21 
23 
24 protected:
25  virtual Real computeQpResidual() override;
26  virtual Real computeQpJacobian() override;
27  virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
28 
31 
36 
39  const unsigned int _disp_x_id;
42  const unsigned int _disp_y_id;
45  const unsigned int _disp_z_id;
46 
48 };
This class computes strong and weak components of the INS governing equations.
Definition: INSBase.h:18
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const unsigned int _disp_z_id
virtual Real computeQpResidual() override
static const std::string component
Definition: NS.h:153
const VariableValue & _disp_z_dot
RealVectorValue strongResidual()
Compute the strong residual, e.g.
virtual Real computeQpJacobian() override
const VariableValue & _disp_x_dot
const VariableValue & _d_disp_x_dot
static InputParameters validParams()
const VariableValue & _d_disp_y_dot
OutputTools< Real >::VariableValue VariableValue
Computes residual and Jacobian contributions for the PSPG stabilization term for mesh advection...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const unsigned int _disp_y_id
RealVectorValue dStrongResidualDDisp(unsigned short component)
const InputParameters & parameters() const
const MaterialProperty< Real > & _rho
ConvectedMeshPSPG(const InputParameters &parameters)
RealVectorValue dStrongResidualDVel(unsigned short component)
const VariableValue & _d_disp_z_dot
const VariableValue & _disp_y_dot
const unsigned int _disp_x_id