LCOV - code coverage report
Current view: top level - src/userobjects - RichardsSeff.C (source / functions) Hit Total Coverage
Test: idaholab/moose richards: #31405 (292dce) with base fef103 Lines: 11 12 91.7 %
Date: 2025-09-04 07:56:35 Functions: 5 5 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             : //  Base class for effective saturation as a function of pressure(s)
      11             : //
      12             : #include "RichardsSeff.h"
      13             : 
      14             : InputParameters
      15         871 : RichardsSeff::validParams()
      16             : {
      17         871 :   InputParameters params = GeneralUserObject::validParams();
      18         871 :   params.addClassDescription(
      19             :       "Fluid seff base class.  Override seff, dseff and d2seff in your class");
      20         871 :   return params;
      21           0 : }
      22             : 
      23         432 : RichardsSeff::RichardsSeff(const InputParameters & parameters) : GeneralUserObject(parameters) {}
      24             : 
      25             : void
      26        5613 : RichardsSeff::initialize()
      27             : {
      28        5613 : }
      29             : 
      30             : void
      31        5613 : RichardsSeff::execute()
      32             : {
      33        5613 : }
      34             : 
      35             : void
      36        5613 : RichardsSeff::finalize()
      37             : {
      38        5613 : }

Generated by: LCOV version 1.14