LCOV - code coverage report
Current view: top level - src/components - SolidWall.C (source / functions) Hit Total Coverage
Test: idaholab/moose thermal_hydraulics: #30301 (3b550b) with base 2ad78d Lines: 7 8 87.5 %
Date: 2025-07-30 13:02:48 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 "SolidWall.h"
      11             : 
      12             : registerMooseObject("ThermalHydraulicsApp", SolidWall);
      13             : 
      14             : InputParameters
      15          70 : SolidWall::validParams()
      16             : {
      17          70 :   InputParameters params = FlowBoundary::validParams();
      18          70 :   params.addClassDescription(
      19             :       "Adds the boundary condition for a wall. This component is deprecated.");
      20          70 :   return params;
      21           0 : }
      22             : 
      23          35 : SolidWall::SolidWall(const InputParameters & params) : FlowBoundary(params)
      24             : {
      25          35 :   logError("Deprecated component. Use SolidWall1Phase or SolidWall2Phase instead.");
      26          35 : }

Generated by: LCOV version 1.14