24 std::unique_ptr<MeshBase>
generate()
override;
This AdvancedConcentricCircleGenerator object is designed to mesh a concentric circular geometry.
std::unique_ptr< MeshBase > generate() override
std::vector< Real > _azimuthal_angles
List of the azimuthal angles of the nodes.
static InputParameters validParams()
std::vector< Real > _virtual_nums_sectors
A virtual sector number list which are 360.0 times inverse of the azimuthal intervals.
const unsigned int _num_sectors
Number of azimuthal sectors of the circular mesh to be generated.
This ConcentricCircleGeneratorBase object is a base class to be inherited for mesh generators that in...
const InputParameters & parameters() const