idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.7k stars 1.04k forks source link

Create user object to read Euler angle files #5438

Closed tonkmr closed 9 years ago

tonkmr commented 9 years ago

We need a user object that reads in Euler angle files and stores them in the same way as EBSDReader. Then, we need to change all code that reads in Euler angles to get the angles from a user object instead. That way, they will be compatible with Euler angle files and with EBSDReader.

mangerij commented 9 years ago

What is EBSDReader?

tonkmr commented 9 years ago

EBSD Reader is a capability to read in data from Electron Back Scatter Diffraction and use it to set the initial condition for phase field simulations. I am about to write a documentation page about it on the wiki.

mangerij commented 9 years ago

Very cool!

tonkmr commented 9 years ago

Here is the link:

http://mooseframework.org/wiki/PhysicsModules/PhaseField/EBSDReader/

I will write more in the next few minutes