www.mooseframework.org
INSMomentumNoBCBCLaplaceForm.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 "INSMomentumNoBCBCBase.h"
13 
14 // Forward Declarations
16 
17 template <>
19 
25 {
26 public:
27  INSMomentumNoBCBCLaplaceForm(const InputParameters & parameters);
28 
30 
31 protected:
32  virtual Real computeQpResidual();
33  virtual Real computeQpJacobian();
34  virtual Real computeQpOffDiagJacobian(unsigned jvar);
35 };
36 
INSMomentumNoBCBCLaplaceForm::~INSMomentumNoBCBCLaplaceForm
virtual ~INSMomentumNoBCBCLaplaceForm()
Definition: INSMomentumNoBCBCLaplaceForm.h:29
INSMomentumNoBCBCLaplaceForm
This class implements the "No BC" boundary condition based on the "Laplace" form of the viscous stres...
Definition: INSMomentumNoBCBCLaplaceForm.h:24
INSMomentumNoBCBCBase.h
validParams< INSMomentumNoBCBCLaplaceForm >
InputParameters validParams< INSMomentumNoBCBCLaplaceForm >()
Definition: INSMomentumNoBCBCLaplaceForm.C:17
INSMomentumNoBCBCLaplaceForm::computeQpJacobian
virtual Real computeQpJacobian()
Definition: INSMomentumNoBCBCLaplaceForm.C:46
INSMomentumNoBCBCLaplaceForm::INSMomentumNoBCBCLaplaceForm
INSMomentumNoBCBCLaplaceForm(const InputParameters &parameters)
Definition: INSMomentumNoBCBCLaplaceForm.C:26
INSMomentumNoBCBCLaplaceForm::computeQpResidual
virtual Real computeQpResidual()
Definition: INSMomentumNoBCBCLaplaceForm.C:32
INSMomentumNoBCBCBase
Base class for the "No BC" boundary condition.
Definition: INSMomentumNoBCBCBase.h:30
INSMomentumNoBCBCLaplaceForm::computeQpOffDiagJacobian
virtual Real computeQpOffDiagJacobian(unsigned jvar)
Definition: INSMomentumNoBCBCLaplaceForm.C:52