www.mooseframework.org
INSADMomentumTimeDerivative.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 "ADTimeKernelValue.h"
13 
14 // Forward Declarations
15 template <ComputeStage compute_stage>
17 
19 
25 template <ComputeStage compute_stage>
26 class INSADMomentumTimeDerivative : public ADVectorTimeKernelValue<compute_stage>
27 {
28 public:
29  INSADMomentumTimeDerivative(const InputParameters & parameters);
30 
32 
33 protected:
34  virtual ADRealVectorValue precomputeQpResidual() override;
35 
36  const ADMaterialProperty(Real) & _rho;
37 
39 };
40 
INSADMomentumTimeDerivative::usingVectorTimeKernelValueMembers
usingVectorTimeKernelValueMembers
Definition: INSADMomentumTimeDerivative.h:38
INSADMomentumTimeDerivative::ADMaterialProperty
const ADMaterialProperty(Real) &_rho
INSADMomentumTimeDerivative::INSADMomentumTimeDerivative
INSADMomentumTimeDerivative(const InputParameters &parameters)
Definition: INSADMomentumTimeDerivative.C:26
declareADValidParams
declareADValidParams(INSADMomentumTimeDerivative)
INSADMomentumTimeDerivative::~INSADMomentumTimeDerivative
virtual ~INSADMomentumTimeDerivative()
Definition: INSADMomentumTimeDerivative.h:31
INSADMomentumTimeDerivative
This class computes the time derivative for the incompressible Navier-Stokes momentum equation.
Definition: INSADMomentumTimeDerivative.h:16
INSADMomentumTimeDerivative::precomputeQpResidual
virtual ADRealVectorValue precomputeQpResidual() override
Definition: INSADMomentumTimeDerivative.C:35