https://mooseframework.inl.gov
Loading...
Searching...
No Matches
RayTracingViewFactor.h
Go to the documentation of this file.
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 "ViewFactorBase.h"
13
14// Forward Declarations
16
21{
22public:
24
26
27protected:
28 virtual void threadJoinViewFactor(const UserObject & y) override;
29 virtual void finalizeViewFactor() override;
30
32};
const std::vector< double > y
const InputParameters & parameters() const
Computes the view factors for planar faces in unobstructed radiative heat transfer.
virtual void finalizeViewFactor() override
a purely virtural function called in finalize, must be overriden by derived class
const ViewFactorRayStudy & _ray_study
virtual void threadJoinViewFactor(const UserObject &y) override
a purely virtual function called in finalize, must be overriden by derived class
static InputParameters validParams()
A base class for automatic computation of view factors between sidesets.
RayTracingStudy used to generate Rays for view factor computation using the angular quadrature method...