LCOV - code coverage report
Current view: top level - src/postprocessors - ADHeatStructureEnergy3D.C (source / functions) Hit Total Coverage
Test: idaholab/moose thermal_hydraulics: #30301 (3b550b) with base 2ad78d Lines: 10 11 90.9 %
Date: 2025-07-30 13:02:48 Functions: 3 3 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 "ADHeatStructureEnergy3D.h"
      11             : 
      12             : registerMooseObject("ThermalHydraulicsApp", ADHeatStructureEnergy3D);
      13             : 
      14             : InputParameters
      15         432 : ADHeatStructureEnergy3D::validParams()
      16             : {
      17         432 :   InputParameters params = ADHeatStructureEnergyBase::validParams();
      18         432 :   params.suppressParameter<Real>("n_units");
      19         432 :   params.addClassDescription("Computes the total energy for a 3D heat structure.");
      20         432 :   return params;
      21           0 : }
      22             : 
      23         148 : ADHeatStructureEnergy3D::ADHeatStructureEnergy3D(const InputParameters & parameters)
      24         148 :   : ADHeatStructureEnergyBase(parameters)
      25             : {
      26         148 : }
      27             : 
      28             : Real
      29     1347528 : ADHeatStructureEnergy3D::computeQpIntegral()
      30             : {
      31     1347528 :   return ADHeatStructureEnergyBase::computeQpIntegral();
      32             : }

Generated by: LCOV version 1.14