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