www.mooseframework.org
INSADMass.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 "ADKernelValue.h"
13 
19 class INSADMass : public ADKernelValue
20 {
21 public:
23 
25 
26 protected:
27  ADReal precomputeQpResidual() override;
28 
31 };
const ADMaterialProperty< Real > & _mass_strong_residual
The strong residual of the mass equation, computed using INSADMaterial.
Definition: INSADMass.h:30
This class computes the mass equation residual and Jacobian contributions (the latter using automatic...
Definition: INSADMass.h:19
INSADMass(const InputParameters &parameters)
Definition: INSADMass.C:25
DualReal ADReal
static InputParameters validParams()
Definition: INSADMass.C:15
const InputParameters & parameters() const
ADReal precomputeQpResidual() override
Definition: INSADMass.C:32