www.mooseframework.org
CylindricalDuo.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://www.mooseframework.org
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 
13 
19 {
20 public:
21  CylindricalDuo(const std::string & who_is_using_me);
22  CylindricalDuo(const std::vector<MooseEnum> & domain,
23  const std::vector<std::size_t> & order,
24  const std::vector<MooseEnum> & series_types,
25  const std::string & who_is_using_me,
28 
29  // Virtual overrides
30  virtual void setPhysicalBounds(const std::vector<Real> & bounds) final;
31 };
This class is the basis for constructing a composite—or convolved—functional series by combining mu...
MooseEnum expansion_type
This class constructs a functional expansion in cylindrical space using a 1D series for the axial dir...
CylindricalDuo(const std::string &who_is_using_me)
virtual void setPhysicalBounds(const std::vector< Real > &bounds) final
Sets the bounds of the series.
MooseEnum generation_type