https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FVGaussianEnergyFluxBC.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 "FVFluxBC.h"
13
19{
20public:
22
24
25protected:
26 virtual ADReal computeQpResidual() override;
27
29 const Real _P0;
32 const Real _R;
39
41};
DualNumber< Real, DNDerivativeType, true > ADReal
Describes an incoming heat flux beam with a Gaussian profile.
virtual ADReal computeQpResidual() override
const Function & _z_beam_coord
the z-coordiinate of the beam center
static InputParameters validParams()
const Function & _x_beam_coord
the x-coordinate of the beam center
const Function & _y_beam_coord
the y-coordinate of the beam center
const Real _P0
the total power of the beam
const Real _R
beam radius, specifically the radius at which the beam intensity falls to $1/e^2$ of its axial value
Describes an incoming heat flux beam with a Gaussian profile.