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

Extend EBSDReader to allow for additional data input #5473

Closed frombs closed 9 years ago

frombs commented 9 years ago

High resolution electron backscatter diffraction (HR-EBSED) is an advanced characterization technique that allows for the estimation of dislocation density and elastic strain at each point in the EBSD mesh. EBSDReader needs to be updated to allow for these additional properties to be stored and accessed. This is needed for an upcoming milestone for the NEET project.

dschwen commented 9 years ago

Hey @frombs please check out my branch and let me know if this solves your problem.

frombs commented 9 years ago

@dschwen, thanks for the quick solution. It looks like I will need to add "custom_columns=2" in my input file to include the 2 additional columns of data. Is this correct? Also, what is the best way to initialize the new properties? In the past, I have used "ReconAuxVarIC" and "ReconAucVarICAction" which are still in Marmot. Do these files need to include the "custom_columns" option as well? @tonkmr, do you have an opinion?

dschwen commented 9 years ago

Oh, I see, yes, we need to add this the ReconAuxVarIC/ReconAucVarICAction. I'll do that. We should probably move those over to moose sometime. ReconVarIC* is already there.