https://mooseframework.inl.gov
Loading...
Searching...
No Matches
PFCFreezingIC.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 "RandomICBase.h"
13
22{
23public:
25
27
28 virtual Real value(const Point & p);
29
30private:
31 Real _x1;
32 Real _y1;
33 Real _z1;
34
35 Real _x2;
36 Real _y2;
37 Real _z2;
38
39 Real _lc;
41
44 Point _range;
45
48
49 unsigned int _icdim;
50};
const Real p
const InputParameters & parameters() const
PFCFreezingIC creates an initial density for a PFC model that has one area of a set crystal structure...
MooseEnum _crystal_structure
virtual Real value(const Point &p)
unsigned int _icdim
static InputParameters validParams()