LCOV - code coverage report
Current view: top level - src/fvkernels - PINSFVMassAdvection.C (source / functions) Hit Total Coverage
Test: idaholab/moose navier_stokes: ba1ead Lines: 7 8 87.5 %
Date: 2025-08-13 06:50:25 Functions: 2 2 100.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             : #include "PINSFVMassAdvection.h"
      11             : #include "NS.h"
      12             : #include "NSFVUtils.h"
      13             : 
      14             : registerMooseObject("NavierStokesApp", PINSFVMassAdvection);
      15             : 
      16             : InputParameters
      17        6135 : PINSFVMassAdvection::validParams()
      18             : {
      19        6135 :   auto params = INSFVMassAdvection::validParams();
      20        6135 :   params.addClassDescription("Object for advecting mass in porous media mass equation");
      21        6135 :   return params;
      22           0 : }
      23             : 
      24        3189 : PINSFVMassAdvection::PINSFVMassAdvection(const InputParameters & params)
      25        3189 :   : INSFVMassAdvection(params)
      26             : {
      27        3189 : }

Generated by: LCOV version 1.14