LCOV - code coverage report
Current view: top level - include/kernels - INSFEFluidKernelStabilization.h (source / functions) Hit Total Coverage
Test: idaholab/moose navier_stokes: 9fc4b0 Lines: 1 1 100.0 %
Date: 2025-08-14 10:14:56 Functions: 1 2 50.0 %
Legend: Lines: hit not hit

          Line data    Source code
       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 "INSFEFluidKernelBase.h"
      13             : 
      14             : /**
      15             :  * Base class for stabilization kernels.
      16             :  */
      17             : class INSFEFluidKernelStabilization : public INSFEFluidKernelBase
      18             : {
      19             : public:
      20             :   static InputParameters validParams();
      21             : 
      22             :   INSFEFluidKernelStabilization(const InputParameters & parameters);
      23         462 :   virtual ~INSFEFluidKernelStabilization() {}
      24             : 
      25             : protected:
      26             :   virtual void precalculateResidual();
      27             : 
      28             :   const VariableValue & _u_dot;
      29             :   const VariableValue & _du_dot_du;
      30             :   const MaterialProperty<Real> & _tauc;
      31             :   const MaterialProperty<Real> & _taum;
      32             :   const MaterialProperty<Real> & _taue;
      33             : 
      34             :   RealVectorValue _vel_elem;
      35             : };

Generated by: LCOV version 1.14