www.mooseframework.org
PolycrystalColoringIC.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 
12 #include "InitialCondition.h"
13 #include "PolycrystalICTools.h"
14 
15 // Forward Declarations
18 
27 {
28 public:
30 
32 
33  virtual Real value(const Point & p) override;
34 
35 protected:
36  unsigned int _op_index;
37  unsigned int _phase;
39 };
This class defines the interface for the GrainTracking objects.
This object provides the base capability for creating proper polycrystal ICs.
PolycrystalColoringIC creates a polycrystal initial condition.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
PolycrystalColoringIC(const InputParameters &parameters)
virtual Real value(const Point &p) override
const InputParameters & parameters() const
const PolycrystalUserObjectBase & _poly_ic_uo