https://mooseframework.inl.gov
Loading...
Searching...
No Matches
INSPressurePoisson.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 "Kernel.h"
13
14// Forward Declarations
15
24{
25public:
27
29
31
32protected:
33 virtual Real computeQpResidual();
34 virtual Real computeQpJacobian();
35 virtual Real computeQpOffDiagJacobian(unsigned jvar);
36
37 // Gradients of the accleration vector, 'a'
41
42 // Variable numberings
46
47 // Material properties
49};
This class computes the pressure Poisson solve which is part of the "split" scheme used for solving t...
virtual Real computeQpOffDiagJacobian(unsigned jvar)
const VariableGradient & _grad_a3
static InputParameters validParams()
virtual Real computeQpJacobian()
const VariableGradient & _grad_a2
const MaterialProperty< Real > & _rho
const VariableGradient & _grad_a1
virtual Real computeQpResidual()
const InputParameters & parameters() const
VariableGradientTempl< false > VariableGradient