https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
18{
19public:
21
23
24protected:
25 virtual Real computeQpResidual() override;
26 virtual Real computeQpJacobian() override;
27 virtual Real computeQpOffDiagJacobian(unsigned int jvar) override;
28
29 RealVectorValue dStrongResidualDDisp(unsigned short component);
30 RealVectorValue dStrongResidualDVel(unsigned short component);
31
35 RealVectorValue strongResidual();
36
39 const unsigned int _disp_x_id;
42 const unsigned int _disp_y_id;
45 const unsigned int _disp_z_id;
46
48};
Computes residual and Jacobian contributions for the PSPG stabilization term for mesh advection.
const VariableValue & _disp_x_dot
virtual Real computeQpResidual() override
const VariableValue & _d_disp_x_dot
RealVectorValue dStrongResidualDVel(unsigned short component)
const unsigned int _disp_z_id
static InputParameters validParams()
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
virtual Real computeQpJacobian() override
const VariableValue & _d_disp_y_dot
RealVectorValue dStrongResidualDDisp(unsigned short component)
const unsigned int _disp_x_id
RealVectorValue strongResidual()
Compute the strong residual, e.g.
const VariableValue & _disp_z_dot
const VariableValue & _d_disp_z_dot
const MaterialProperty< Real > & _rho
const unsigned int _disp_y_id
const VariableValue & _disp_y_dot
This class computes strong and weak components of the INS governing equations.
Definition INSBase.h:19
const InputParameters & parameters() const
VariableValueTempl< false > VariableValue