https://mooseframework.inl.gov
Loading...
Searching...
No Matches
GrainTrackerElasticity.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 "GrainDataTracker.h"
13#include "RankFourTensor.h"
14
16
20class GrainTrackerElasticity : public GrainDataTracker<RankFourTensor>
21{
22public:
24
26
27protected:
28 RankFourTensor newGrain(unsigned int new_grain_id);
29
32
35
38};
Abstract base class for user objects that implement the Euler Angle provider interface.
GrainTracker derived class template to base objects on which maintain physical parameters for individ...
Manage a list of elasticity tensors for the grains.
const bool _random_rotations
generate random rotations when the Euler Angle provider runs out of data (otherwise error out)
const EulerAngleProvider & _euler
object providing the Euler angles
static InputParameters validParams()
RankFourTensor _C_ijkl
unrotated elasticity tensor
RankFourTensor newGrain(unsigned int new_grain_id)
implement this method to initialize the data for the new grain
const InputParameters & parameters() const