SlideShare a Scribd company logo
1 of 18
Download to read offline
PHASE FIELD METHODS
WORKSHOP
NORTHWESTERN UNIVERSITY
CHIMAD.NORTHWESTERN.EDU
JANUARY 9, 2015
CH MaDCenter for Hierarchical Materials Design
 2	
  
  3	
  
Center for Hierarchical Materials Design (CHiMaD) is a NIST-sponsored
center of excellence for advanced materials research focusing on developing the
next generation of computational tools, databases and experimental techniques
in order to enable the accelerated design of novel materials and their integration
to industry, one of the primary goals of the Obama administration’s Materials
Genome Initiative (MGI).
This Chicago-based consortium includes Northwestern University as the lead,
University of Chicago, Northwestern-Argonne Institute for Science and
Engineering, a partnership between Northwestern University and Argonne
National Laboratory, and the Computational Institute, a partnership between
University of Chicago and Argonne National Laboratory. The consortium is also
partnered with Questek Innovations, a pioneering materials design company,
ASM International and Fayetteville State University.
Designing novel materials of specific properties for a particular application
requires simultaneously utilizing physical theory, advanced computational
methods and models, materials properties databases and complex calculations.
This approach stands in contrast to the traditional trial-and-error method of
materials discovery. CHiMaD aims to focus this approach on the creation of
novel hierarchical materials which exploit distinct structural details at various
scales, from the atomic on up, to obtain enhanced properties. The center's
research focuses on both organic and inorganic advanced materials in fields as
diverse as self-assembled biomaterials, smart materials for self-assembled
circuit designs, organic photovoltaic materials, advanced ceramics and metal
alloys.
For more information, please visit chimad.northwestern.edu
 4	
  
Agenda
Phase Field Methods Workshop
Friday, January 9, 2015
8:00 am Registration & Breakfast
8.30 am Welcome
Peter Voorhees (NU)
8:40 am Creating Community Codes:
Past Experiences & Future Suggestions
James Belak (LLNL)
9:00 am Discussion & Coffee
Session 1: Current Codes & Capabilities
9.15 am FiPy: A Finite Volume PDE Solver Using Python
Jonathan Guyer & Daniel Wheeler (NIST)
9:35 am Implementing Phase Field Models Using the MOOSE
Framework
Michael Tonks (INL)
9:55 am PRISMS-PF: Massively Parallel Computational Framework for
Phase Field Modeling
Katsuyo Thornton & Siva Rudraraju (U-M)
10:15 am Discussion & Coffee
Session 2: Large Scale Computing
10:30 am Scalable Libraries
Barry Smith (ANL)
10:50 am Scalable Solver Algorithms
Dmitry Karpeev (ANL)
11:10 am Hardware for Large Scale Computing
James Belak (LNNL)
  5	
  
11:40 am Discussion on Deliverables & Lunch
Session 3: Potential Focus Areas
12:40 pm Identifying Benchmark Problems
Olle Heinonen (ANL)
1:00 pm What Physics Should be Included?
James Warren (NIST)
1:20 pm Industrial Interest & Needs – Experiences from Hero-m
Joakim Odqvist (Hero-m)
Session 4: Discussion
1.40 pm What should a mesoscale community code be capable of
solving (immediate community needs)?
Lead by James Warren (NIST)
2.30 pm Coffee Break
2.40 pm How do we structure a code so that it is extendable both in
terms of capabilities (near-future needs) and high-
performance scalability?
Lead by James Belak (LLNL)
3.30 pm What community standard problems should we formulate for
testing and benchmarking?
Lead by Olle Heinonen (ANL)
4.20 pm How do we organize and maintain a community repository,
and who should do that?
Lead by Dmitry Karpeev (ANL)
5.10 pm Final Remarks
Peter Voorhees (NU)
5:30 pm Adjourn
 6	
  
ABSTRACTS
9.35am
IMPLEMENTING PHASE FIELD MODELS USING THE MOOSE FRAMEWORK
Michael Tonks, Daniel Schwen, Idaho National Laboratory
The open source Multiphysics Object Oriented Simulation Environment
(MOOSE) is a powerful toolset for implementing phase field models using the
finite element method (FEM). MOOSE simplifies the development of advanced
computational tools for solving partial differential equations with FEM. All tools
implemented using MOOSE are dimension agnostic and work in 1D, 2D, or 3D,
can run on a laptop or on a large super computer, employ the advanced solver
technology available in PETSc, and have access to mesh and time step
adaptivity (see mooseframework.org for more information). With MOOSE, users
also get access to two physics modules that are specialized for mesoscale
modeling. The phase field module provides all the necessary tools to quickly
and easily implement phase field models in MOOSE. The module provides the
tools to allow users to only implement information about the free energy
functional (with all derivatives taken automatically, if desired) or use CALPHAD
free energies, facilitating fast and easy development of a large range of models
while retaining the flexibility to implement arbitrarily complex models, including
multi-phase field models using the existing modular components. The tensor
mechanics module provides the tools for small and finite strain mechanics at the
mesoscale, ranging from linear elasticity to crystal plasticity, and the elastic
constants and Eigenstrains can vary locally as a function of phase field
variables. The phase field equations can easily be tightly coupled to the
mechanics and solved together as a single nonlinear solve or loosely coupled
and operator split. MOOSE provides a powerful, free, and open source option
for implementing the phase field method.
9.55am
PRISMS-PF: MASSIVELY PARALLEL COMPUTATIONAL FRAMEWORK FOR
PHASE FIELD MODELING
Shiva Rudraraju, Katsuyo Thornton
PRedictive Integrated Structural Materials Science Center
University of Michigan, Ann Arbor
Phase Field Models have been central to computational modeling of complex
morphological evolution in multiphase solids. Under the aegis of DOE’s
PRedictive Integrated Structural Materials Science (PRISMS) Center at the
University of Michigan, a massively scalable framework PRISMS-PF is being
developed. PRISMS-PF is a finite element method (FEM) code developed using
the deal.ii open-source finite element library, which provides extensive support
for various finite element constructs (higher-order classical and non-standard
  7	
  
elements), peta-scale grid generation with adaptivity (p4est adaptive octree
meshes), scalable data structures and solvers (e.g., internal hybrid-parallel,
PETSc, and Trilinos). While the framework is expected to serve as a generic
phase field library with coupled mechanics capability, the initial development
focuses on modeling of precipitate evolution in binary and ternary alloys, as well
as grain growth and recrystallization. Current code modules include matrix-free
implementations of coupled Cahn-Hilliard, Allen-Cahn and Mechanics, with
example demonstrations of spinodal decomposition, chemo-mechanical
boundary value problems, and beta-prime precipitate evolution in
magnesium/rare-earth binary alloys. The parallel performance and scaling has
been demonstrated on terascale problems with billions of degrees of freedom
running on thousands of processors. The code is currently under beta-testing
phase and slated for first public release in Summer 2015, under a LGPL open
source license.
10.50am
SCALABLE SOLVER ALGORITHMS
Dmitry Karpeev, Argonne National Laboratory
Phasefield models of materials frequently take on the form of coupled systems
including elasticity, electrostatics, order parameter evolution and other types of
physics. These can be "higher-order" equations such as Cahn-Hilliard and can
involve interfaces and complex microstructure. As a result of this complexity
the discretized equations can be difficult to converge, especially as the system
gets large with the mesh refinement. I will discuss several of the difficulties
behind the convergence issues and approaches to mitigating them (multiphysics
preconditioners and multigrid, to name just a couple).
12.40PM
PHASE-FIELD STANDARD PROBLEMS
Olle Heinonen, Argonne National Laboratory
There exist many home-grown phase-field and mesoscale codes, and there are
also emerging community codes, such as MOOSE and FEniCS. As we are
undertaking efforts to discuss and propose standards for phase-field and
mesoscale codes, it would be very useful to formulate and publish some small
set of standard problems that developers and users can use to test and
benchmark codes. This is something that the micromagnetics community did in
the late 1990s as micromagnetic codes were being developed, and it was
extremely useful to that community. In this talk I will suggest a few problems
that may be suitable, but more importantly, I want to stimulate a discussion
around this topic.
 8	
  
1.20PM
INDUSTRIAL INTERESTS AND NEEDS – EXPERIENCES FROM Hero-m
Joakim Odqvist, Hierarchic Engineering of Industrial Materials
Hero-m (Hierarchical Engineering of Industrial Materials) is a ten year venture
between KTH Royal Institute of Technology, VINNOVA and Swedish Industry.
The phase-field method (PFM) has been an important tool for study of
microstructure evolution already from the start of Hero-m. However, it soon
became clear that it often took a very long time for new users to learn the
various PFM codes we were using, and sometimes even to install and get them
running. At the same time, several of our industrial partners requested an easy
to install and user-friendly tool for phase-field simulations. In this presentation I
will talk about our work on developing such a tool.
  9	
  
Attendee List
Phase Field Methods Workshop
Friday, January 9, 2015
John Ågren
Hierarchic Engineering of Industrial
Materials, KTH, Sweden
john@kth.se
James Belak
Lawrence Livermore National
Laboratory, USA
belak1@llnl.gov
Juan De Pablo
Co-Director, CHiMaD
University of Chicago, USA
depablo@uchicago.edu
Jonathan Guyer
National Institute of Standards and
Technology, USA
jonathan.guyer@nist.gov
Olle Heinonen (Co-Organizer)
Argonne National Laboratory, USA
heinonen@anl.gov
Lars Höglund
Hierarchic Engineering of Industrial
Materials, KTH, Sweden
lars@mse.kth.se
Dmitry Karpeev
Argonne National Laboratory, USA
karpeev@mcs.anl.gov
Richard Martineau
Idaho National Laboratory, USA
Richard.martineau@inl.gov
Joakim Odqvist
Hierarchic Engineering of Industrial
Materials, KTH, Sweden
odqvist@kth.se
Nikolas Provatas
University of McGill, Canada
provatas@physics.mcgill.ca
Siva Shankar Rudraraju
University of Michigan, USA
rudraa@umich.edu
Barry Smith
Argonne National Laboratory, USA
bsmith@mcs.anl.gov
Katsuyo Thornton
University of Michigan, USA
kthorn@umich.edu
Michael Tonks
Idaho National Laboratory, USA
michael.tonks@inl.gov
Peter Voorhees (Co-Organizer)
Co-Director CHiMaD
Northwestern University, USA
p-voorhees@northwestern.edu
James Warren
National Institute of Standards and
Technology, USA
james.warren@nist.gov
Daniel Wheeler
National Institute of Standards and
Technology, USA
daniel.wheeler@nist.gov
  10	
  
Logistics
Phase Field Methods Workshop
Friday, January 9, 2015
Workshop Location
Allen Center, Room 222
Northwestern University
2169 Campus Drive, Evanston, IL, 60208
Parking Information
Please use the North Campus Parking Garage for parking on campus.
Visitor Parking Passes will be available for pick-up in the morning of the
workshop at the lobby of The Allen Center.
Hotel & Shuttle Information
Hilton Orrington
1710 Orrington Ave, Evanston, IL, 60201
A shuttle is available to take the attendees from the hotel to The Allen Center on
Friday. The shuttle will depart at 7.45am from the hotel.
Please see the map on the next page for locations.
  11	
  
Visitor Travel Reimbursement for Guests of the
Northwestern Argonne Institute of Science and Engineering (NAISE)
General Process Description:
This process is to reimburse travel for those that are not Northwestern University
Employees. The guest makes travel arrangements, saves the receipts, and
completes the Visitor Expense Report. The entire document is scanned ensuring
legibility and completeness. The scan is e-mailed to
James.Soulikias@northwestern.edu for further processing. The reimbursement
will be made via check to the traveler.
General Travel Requirements:
• Must travel on an American Carrier
• Alcohol cannot be reimbursed.
• Cannot mix receipts and per diems for reimbursement on same trip (i.e.
all per diems or all receipts).
• Northwestern University Travel Policies & Procedures:
http://www.northwestern.edu/financial-operations/policies-
procedures/policies/travel.pdf
Required Documents:
r Visitors Expense Report. Available at this link:
http://www.northwestern.edu/financial-operations/policies-
procedures/forms/visitors_exp_rpt.pdf
r If submitting detailed receipts, affix to paper. If meal includes alcohol,
make a note of the total without alcohol.
r If claiming per diem, include the page for city of travel found at U.S.
Federal Government per diem rates by travel date/country/city
http://aoprals.state.gov/web920/per_diem.asp
r If claiming online purchase (e.g. airfare, hotel, registration, etc.), include
the online verification of cost and if possible boarding pass.
r If claiming mileage reimbursement include mileage documentation (use
Mapquest, Google Maps, etc.)
r Agenda or program brochure.
  13	
  
1. Scan all items. (See scanning tips below)
2. Email scan(s) to James.Soulikias@northwestern.edu for further
processing.
3. Reimbursement will be made via check and mailed to the traveler.
If you have any questions contact James Soulikias at (847)467-NAIS(E) or by e-
mail at James.Soulikias@northwestern.edu
Note: some browsers require that you press the control button at the same time
you click the link. You may also copy and paste the link into the browser.
Scanning Tips
• The recommended file format is .TIF and .PDF with a resolution of
200x200 DPI.
• You may attach one or more docs totaling no more than 1 MB file size.
• Manage scanned documentation for file size and legibility. Illegible files
will be returned.
• Clear adhesive tape should not be placed on top of important information
when prepping for sending or scanning. Scanners and fax machines do
not read through clear adhesive tape, thus anything under the tape, while
legible to the human eye, is not legible to the scanner/fax. (ex. do not
tape over cash register receipts as the print disappears.)
• Receipts with faint print should be copied and darkened for scanning.
• Tape small receipts to an 8 ½ x 11 white sheet of paper.
• Be sure to tape all four sides to white paper.
• Do not use dark-colored highlighters to mark names, invoice numbers or
important information. The highlights scan as blacked out.
• Do black out sensitive information such as Social Security Numbers.
  14	
  
NOTES
Phase Field Methods Workshop
Friday, January 9, 2015
  15	
  
  16	
  
  17	
  
  18	
  

More Related Content

What's hot

Curriculum Vitae
Curriculum VitaeCurriculum Vitae
Curriculum VitaeAndy Nisbet
 
Intl Wireless Research Center
Intl Wireless Research CenterIntl Wireless Research Center
Intl Wireless Research Centerdorrit
 
Next Technology Wave
Next Technology WaveNext Technology Wave
Next Technology WaveFalascoj
 
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...Computational Performance of Phase Field Calculations using a Matrix-Free (Su...
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...Stephen DeWitt
 
Machine learning for materials design: opportunities, challenges, and methods
Machine learning for materials design: opportunities, challenges, and methodsMachine learning for materials design: opportunities, challenges, and methods
Machine learning for materials design: opportunities, challenges, and methodsAnubhav Jain
 
Open Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsOpen Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsAnubhav Jain
 
Evaluating Machine Learning Algorithms for Materials Science using the Matben...
Evaluating Machine Learning Algorithms for Materials Science using the Matben...Evaluating Machine Learning Algorithms for Materials Science using the Matben...
Evaluating Machine Learning Algorithms for Materials Science using the Matben...Anubhav Jain
 
05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPCRCCSRENKEI
 
Discovering advanced materials for energy applications by mining the scientif...
Discovering advanced materials for energy applications by mining the scientif...Discovering advanced materials for energy applications by mining the scientif...
Discovering advanced materials for energy applications by mining the scientif...Anubhav Jain
 
Materials Informatics Overview
Materials Informatics OverviewMaterials Informatics Overview
Materials Informatics OverviewTony Fast
 
SERENE 2014 School: Andras pataricza serene2014_school
SERENE 2014 School: Andras pataricza serene2014_schoolSERENE 2014 School: Andras pataricza serene2014_school
SERENE 2014 School: Andras pataricza serene2014_schoolHenry Muccini
 
2009 HEP Science Network Requirements Workshop Final Report
2009 HEP Science Network Requirements Workshop Final Report2009 HEP Science Network Requirements Workshop Final Report
2009 HEP Science Network Requirements Workshop Final Reportbutest
 

What's hot (12)

Curriculum Vitae
Curriculum VitaeCurriculum Vitae
Curriculum Vitae
 
Intl Wireless Research Center
Intl Wireless Research CenterIntl Wireless Research Center
Intl Wireless Research Center
 
Next Technology Wave
Next Technology WaveNext Technology Wave
Next Technology Wave
 
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...Computational Performance of Phase Field Calculations using a Matrix-Free (Su...
Computational Performance of Phase Field Calculations using a Matrix-Free (Su...
 
Machine learning for materials design: opportunities, challenges, and methods
Machine learning for materials design: opportunities, challenges, and methodsMachine learning for materials design: opportunities, challenges, and methods
Machine learning for materials design: opportunities, challenges, and methods
 
Open Source Tools for Materials Informatics
Open Source Tools for Materials InformaticsOpen Source Tools for Materials Informatics
Open Source Tools for Materials Informatics
 
Evaluating Machine Learning Algorithms for Materials Science using the Matben...
Evaluating Machine Learning Algorithms for Materials Science using the Matben...Evaluating Machine Learning Algorithms for Materials Science using the Matben...
Evaluating Machine Learning Algorithms for Materials Science using the Matben...
 
05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC
 
Discovering advanced materials for energy applications by mining the scientif...
Discovering advanced materials for energy applications by mining the scientif...Discovering advanced materials for energy applications by mining the scientif...
Discovering advanced materials for energy applications by mining the scientif...
 
Materials Informatics Overview
Materials Informatics OverviewMaterials Informatics Overview
Materials Informatics Overview
 
SERENE 2014 School: Andras pataricza serene2014_school
SERENE 2014 School: Andras pataricza serene2014_schoolSERENE 2014 School: Andras pataricza serene2014_school
SERENE 2014 School: Andras pataricza serene2014_school
 
2009 HEP Science Network Requirements Workshop Final Report
2009 HEP Science Network Requirements Workshop Final Report2009 HEP Science Network Requirements Workshop Final Report
2009 HEP Science Network Requirements Workshop Final Report
 

Similar to C hi mad_phasefieldworkshop(1)

Information sciences to fuel the data age of materials science
Information sciences to fuel the data age of materials scienceInformation sciences to fuel the data age of materials science
Information sciences to fuel the data age of materials scienceTony Fast
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliersaimsnist
 
Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Anubhav Jain
 
AI at Scale for Materials and Chemistry
AI at Scale for Materials and ChemistryAI at Scale for Materials and Chemistry
AI at Scale for Materials and ChemistryIan Foster
 
The interplay between data-driven and theory-driven methods for chemical scie...
The interplay between data-driven and theory-driven methods for chemical scie...The interplay between data-driven and theory-driven methods for chemical scie...
The interplay between data-driven and theory-driven methods for chemical scie...Ichigaku Takigawa
 
Futures Frameworks Simulation
Futures Frameworks SimulationFutures Frameworks Simulation
Futures Frameworks SimulationMelanie Swan
 
neuromorphic computing.pdf
neuromorphic computing.pdfneuromorphic computing.pdf
neuromorphic computing.pdfkirti617012
 
Software tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningSoftware tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningAnubhav Jain
 
The Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCThe Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCinside-BigData.com
 
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...Realization of Innovative Light Energy Conversion Materials utilizing the Sup...
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...RCCSRENKEI
 
New books dec
New books decNew books dec
New books decmaethaya
 
Full resume dr_russell_john_childs_2013
Full resume dr_russell_john_childs_2013Full resume dr_russell_john_childs_2013
Full resume dr_russell_john_childs_2013Russell Childs
 
An overview on application of machine learning techniques in optical networks
An overview on application of machine learning techniques in optical networksAn overview on application of machine learning techniques in optical networks
An overview on application of machine learning techniques in optical networksKhaleda Ali
 
PNNL April 2011 ogce
PNNL April 2011 ogcePNNL April 2011 ogce
PNNL April 2011 ogcemarpierc
 
F1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingF1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingWei-Su Chen
 
NANO266 - Lecture 12 - High-throughput computational materials design
NANO266 - Lecture 12 - High-throughput computational materials designNANO266 - Lecture 12 - High-throughput computational materials design
NANO266 - Lecture 12 - High-throughput computational materials designUniversity of California, San Diego
 
New books04
New books04New books04
New books04maethaya
 

Similar to C hi mad_phasefieldworkshop(1) (20)

01-10 Exploring new high potential 2D materials - Angioni.pdf
01-10 Exploring new high potential 2D materials - Angioni.pdf01-10 Exploring new high potential 2D materials - Angioni.pdf
01-10 Exploring new high potential 2D materials - Angioni.pdf
 
VTT For Industry
VTT For IndustryVTT For Industry
VTT For Industry
 
Information sciences to fuel the data age of materials science
Information sciences to fuel the data age of materials scienceInformation sciences to fuel the data age of materials science
Information sciences to fuel the data age of materials science
 
When The New Science Is In The Outliers
When The New Science Is In The OutliersWhen The New Science Is In The Outliers
When The New Science Is In The Outliers
 
Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...Discovering new functional materials for clean energy and beyond using high-t...
Discovering new functional materials for clean energy and beyond using high-t...
 
VLSISyllabus.pdf
VLSISyllabus.pdfVLSISyllabus.pdf
VLSISyllabus.pdf
 
AI at Scale for Materials and Chemistry
AI at Scale for Materials and ChemistryAI at Scale for Materials and Chemistry
AI at Scale for Materials and Chemistry
 
The interplay between data-driven and theory-driven methods for chemical scie...
The interplay between data-driven and theory-driven methods for chemical scie...The interplay between data-driven and theory-driven methods for chemical scie...
The interplay between data-driven and theory-driven methods for chemical scie...
 
Futures Frameworks Simulation
Futures Frameworks SimulationFutures Frameworks Simulation
Futures Frameworks Simulation
 
neuromorphic computing.pdf
neuromorphic computing.pdfneuromorphic computing.pdf
neuromorphic computing.pdf
 
Software tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data miningSoftware tools for high-throughput materials data generation and data mining
Software tools for high-throughput materials data generation and data mining
 
The Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCThe Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPC
 
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...Realization of Innovative Light Energy Conversion Materials utilizing the Sup...
Realization of Innovative Light Energy Conversion Materials utilizing the Sup...
 
New books dec
New books decNew books dec
New books dec
 
Full resume dr_russell_john_childs_2013
Full resume dr_russell_john_childs_2013Full resume dr_russell_john_childs_2013
Full resume dr_russell_john_childs_2013
 
An overview on application of machine learning techniques in optical networks
An overview on application of machine learning techniques in optical networksAn overview on application of machine learning techniques in optical networks
An overview on application of machine learning techniques in optical networks
 
PNNL April 2011 ogce
PNNL April 2011 ogcePNNL April 2011 ogce
PNNL April 2011 ogce
 
F1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingF1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_Training
 
NANO266 - Lecture 12 - High-throughput computational materials design
NANO266 - Lecture 12 - High-throughput computational materials designNANO266 - Lecture 12 - High-throughput computational materials design
NANO266 - Lecture 12 - High-throughput computational materials design
 
New books04
New books04New books04
New books04
 

More from PFHub PFHub

AI for Science Grand Challenges
AI for Science Grand ChallengesAI for Science Grand Challenges
AI for Science Grand ChallengesPFHub PFHub
 
Cobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaDCobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaDPFHub PFHub
 
Microstructural Analysis and Machine Learning
Microstructural Analysis and Machine LearningMicrostructural Analysis and Machine Learning
Microstructural Analysis and Machine LearningPFHub PFHub
 
Using phase field simulations to assist with experiments and experimental data
Using phase field simulations to assist with experiments and experimental dataUsing phase field simulations to assist with experiments and experimental data
Using phase field simulations to assist with experiments and experimental dataPFHub PFHub
 
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...PFHub PFHub
 
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICS
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICSUNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICS
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICSPFHub PFHub
 
Implementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamicsImplementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamicsPFHub PFHub
 
Community-Driven Benchmark Problems for Phase Field Modeling
Community-Driven Benchmark Problems for Phase Field ModelingCommunity-Driven Benchmark Problems for Phase Field Modeling
Community-Driven Benchmark Problems for Phase Field ModelingPFHub PFHub
 
The Phase Field Method: Mesoscale Simulation Aiding Materials Discovery
The Phase Field Method: Mesoscale Simulation Aiding Materials DiscoveryThe Phase Field Method: Mesoscale Simulation Aiding Materials Discovery
The Phase Field Method: Mesoscale Simulation Aiding Materials DiscoveryPFHub PFHub
 
Phase-field modeling of crystal nucleation: Comparison with simulations and e...
Phase-field modeling of crystal nucleation: Comparison with simulations and e...Phase-field modeling of crystal nucleation: Comparison with simulations and e...
Phase-field modeling of crystal nucleation: Comparison with simulations and e...PFHub PFHub
 
Nucleation III: Phase-field crystal modeling of nucleation process
Nucleation III: Phase-field crystal modeling of nucleation processNucleation III: Phase-field crystal modeling of nucleation process
Nucleation III: Phase-field crystal modeling of nucleation processPFHub PFHub
 
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...PFHub PFHub
 
Phase-field modeling of crystal nucleation I: Fundamentals and methods
Phase-field modeling of crystal nucleation I: Fundamentals and methodsPhase-field modeling of crystal nucleation I: Fundamentals and methods
Phase-field modeling of crystal nucleation I: Fundamentals and methodsPFHub PFHub
 
Benchmark 6 Update
Benchmark 6 UpdateBenchmark 6 Update
Benchmark 6 UpdatePFHub PFHub
 
Educating Researchers Using the CHiMaD Benchmark Problems
Educating Researchers Using the CHiMaD Benchmark ProblemsEducating Researchers Using the CHiMaD Benchmark Problems
Educating Researchers Using the CHiMaD Benchmark ProblemsPFHub PFHub
 
Multi-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhaseMulti-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhasePFHub PFHub
 
Phase-field modeling of crystal nucleation II: Comparison with simulations an...
Phase-field modeling of crystal nucleation II: Comparison with simulations an...Phase-field modeling of crystal nucleation II: Comparison with simulations an...
Phase-field modeling of crystal nucleation II: Comparison with simulations an...PFHub PFHub
 
Update on Benchmark 7
Update on Benchmark 7Update on Benchmark 7
Update on Benchmark 7PFHub PFHub
 
Theoretical and Applied Phase-Field: Glimpses of the activities in India
Theoretical and Applied Phase-Field: Glimpses of the activities in IndiaTheoretical and Applied Phase-Field: Glimpses of the activities in India
Theoretical and Applied Phase-Field: Glimpses of the activities in IndiaPFHub PFHub
 

More from PFHub PFHub (20)

Pf
PfPf
Pf
 
AI for Science Grand Challenges
AI for Science Grand ChallengesAI for Science Grand Challenges
AI for Science Grand Challenges
 
Cobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaDCobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaD
 
Microstructural Analysis and Machine Learning
Microstructural Analysis and Machine LearningMicrostructural Analysis and Machine Learning
Microstructural Analysis and Machine Learning
 
Using phase field simulations to assist with experiments and experimental data
Using phase field simulations to assist with experiments and experimental dataUsing phase field simulations to assist with experiments and experimental data
Using phase field simulations to assist with experiments and experimental data
 
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...
Uncertainty Propagation in CALPHAD-reinforced Elastochemical Phase-field Mode...
 
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICS
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICSUNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICS
UNCERTAINTY QUANTIFICATION OF PHASE EQUILIBRIA AND THERMODYNAMICS
 
Implementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamicsImplementing a neural network potential for exascale molecular dynamics
Implementing a neural network potential for exascale molecular dynamics
 
Community-Driven Benchmark Problems for Phase Field Modeling
Community-Driven Benchmark Problems for Phase Field ModelingCommunity-Driven Benchmark Problems for Phase Field Modeling
Community-Driven Benchmark Problems for Phase Field Modeling
 
The Phase Field Method: Mesoscale Simulation Aiding Materials Discovery
The Phase Field Method: Mesoscale Simulation Aiding Materials DiscoveryThe Phase Field Method: Mesoscale Simulation Aiding Materials Discovery
The Phase Field Method: Mesoscale Simulation Aiding Materials Discovery
 
Phase-field modeling of crystal nucleation: Comparison with simulations and e...
Phase-field modeling of crystal nucleation: Comparison with simulations and e...Phase-field modeling of crystal nucleation: Comparison with simulations and e...
Phase-field modeling of crystal nucleation: Comparison with simulations and e...
 
Nucleation III: Phase-field crystal modeling of nucleation process
Nucleation III: Phase-field crystal modeling of nucleation processNucleation III: Phase-field crystal modeling of nucleation process
Nucleation III: Phase-field crystal modeling of nucleation process
 
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
Using an Explicit Nucleation Model in PRISIMS-PF to Predict Precipate Microst...
 
Phase-field modeling of crystal nucleation I: Fundamentals and methods
Phase-field modeling of crystal nucleation I: Fundamentals and methodsPhase-field modeling of crystal nucleation I: Fundamentals and methods
Phase-field modeling of crystal nucleation I: Fundamentals and methods
 
Benchmark 6 Update
Benchmark 6 UpdateBenchmark 6 Update
Benchmark 6 Update
 
Educating Researchers Using the CHiMaD Benchmark Problems
Educating Researchers Using the CHiMaD Benchmark ProblemsEducating Researchers Using the CHiMaD Benchmark Problems
Educating Researchers Using the CHiMaD Benchmark Problems
 
Multi-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhaseMulti-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhase
 
Phase-field modeling of crystal nucleation II: Comparison with simulations an...
Phase-field modeling of crystal nucleation II: Comparison with simulations an...Phase-field modeling of crystal nucleation II: Comparison with simulations an...
Phase-field modeling of crystal nucleation II: Comparison with simulations an...
 
Update on Benchmark 7
Update on Benchmark 7Update on Benchmark 7
Update on Benchmark 7
 
Theoretical and Applied Phase-Field: Glimpses of the activities in India
Theoretical and Applied Phase-Field: Glimpses of the activities in IndiaTheoretical and Applied Phase-Field: Glimpses of the activities in India
Theoretical and Applied Phase-Field: Glimpses of the activities in India
 

Recently uploaded

GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)Areesha Ahmad
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxRizalinePalanog2
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Silpa
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfrohankumarsinghrore1
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLkantirani197
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptxAlMamun560346
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticssakshisoni2385
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000Sapana Sha
 
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)Joonhun Lee
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsSérgio Sacani
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...ssuser79fe74
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bSérgio Sacani
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)Areesha Ahmad
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bSérgio Sacani
 

Recently uploaded (20)

GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)GBSN - Biochemistry (Unit 1)
GBSN - Biochemistry (Unit 1)
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
 
Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.Proteomics: types, protein profiling steps etc.
Proteomics: types, protein profiling steps etc.
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceuticsPulmonary drug delivery system M.pharm -2nd sem P'ceutics
Pulmonary drug delivery system M.pharm -2nd sem P'ceutics
 
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 60009654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
9654467111 Call Girls In Raj Nagar Delhi Short 1500 Night 6000
 
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
Feature-aligned N-BEATS with Sinkhorn divergence (ICLR '24)
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)GBSN - Microbiology (Unit 3)
GBSN - Microbiology (Unit 3)
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 

C hi mad_phasefieldworkshop(1)

  • 1. PHASE FIELD METHODS WORKSHOP NORTHWESTERN UNIVERSITY CHIMAD.NORTHWESTERN.EDU JANUARY 9, 2015 CH MaDCenter for Hierarchical Materials Design
  • 3.   3   Center for Hierarchical Materials Design (CHiMaD) is a NIST-sponsored center of excellence for advanced materials research focusing on developing the next generation of computational tools, databases and experimental techniques in order to enable the accelerated design of novel materials and their integration to industry, one of the primary goals of the Obama administration’s Materials Genome Initiative (MGI). This Chicago-based consortium includes Northwestern University as the lead, University of Chicago, Northwestern-Argonne Institute for Science and Engineering, a partnership between Northwestern University and Argonne National Laboratory, and the Computational Institute, a partnership between University of Chicago and Argonne National Laboratory. The consortium is also partnered with Questek Innovations, a pioneering materials design company, ASM International and Fayetteville State University. Designing novel materials of specific properties for a particular application requires simultaneously utilizing physical theory, advanced computational methods and models, materials properties databases and complex calculations. This approach stands in contrast to the traditional trial-and-error method of materials discovery. CHiMaD aims to focus this approach on the creation of novel hierarchical materials which exploit distinct structural details at various scales, from the atomic on up, to obtain enhanced properties. The center's research focuses on both organic and inorganic advanced materials in fields as diverse as self-assembled biomaterials, smart materials for self-assembled circuit designs, organic photovoltaic materials, advanced ceramics and metal alloys. For more information, please visit chimad.northwestern.edu
  • 4.  4   Agenda Phase Field Methods Workshop Friday, January 9, 2015 8:00 am Registration & Breakfast 8.30 am Welcome Peter Voorhees (NU) 8:40 am Creating Community Codes: Past Experiences & Future Suggestions James Belak (LLNL) 9:00 am Discussion & Coffee Session 1: Current Codes & Capabilities 9.15 am FiPy: A Finite Volume PDE Solver Using Python Jonathan Guyer & Daniel Wheeler (NIST) 9:35 am Implementing Phase Field Models Using the MOOSE Framework Michael Tonks (INL) 9:55 am PRISMS-PF: Massively Parallel Computational Framework for Phase Field Modeling Katsuyo Thornton & Siva Rudraraju (U-M) 10:15 am Discussion & Coffee Session 2: Large Scale Computing 10:30 am Scalable Libraries Barry Smith (ANL) 10:50 am Scalable Solver Algorithms Dmitry Karpeev (ANL) 11:10 am Hardware for Large Scale Computing James Belak (LNNL)
  • 5.   5   11:40 am Discussion on Deliverables & Lunch Session 3: Potential Focus Areas 12:40 pm Identifying Benchmark Problems Olle Heinonen (ANL) 1:00 pm What Physics Should be Included? James Warren (NIST) 1:20 pm Industrial Interest & Needs – Experiences from Hero-m Joakim Odqvist (Hero-m) Session 4: Discussion 1.40 pm What should a mesoscale community code be capable of solving (immediate community needs)? Lead by James Warren (NIST) 2.30 pm Coffee Break 2.40 pm How do we structure a code so that it is extendable both in terms of capabilities (near-future needs) and high- performance scalability? Lead by James Belak (LLNL) 3.30 pm What community standard problems should we formulate for testing and benchmarking? Lead by Olle Heinonen (ANL) 4.20 pm How do we organize and maintain a community repository, and who should do that? Lead by Dmitry Karpeev (ANL) 5.10 pm Final Remarks Peter Voorhees (NU) 5:30 pm Adjourn
  • 6.  6   ABSTRACTS 9.35am IMPLEMENTING PHASE FIELD MODELS USING THE MOOSE FRAMEWORK Michael Tonks, Daniel Schwen, Idaho National Laboratory The open source Multiphysics Object Oriented Simulation Environment (MOOSE) is a powerful toolset for implementing phase field models using the finite element method (FEM). MOOSE simplifies the development of advanced computational tools for solving partial differential equations with FEM. All tools implemented using MOOSE are dimension agnostic and work in 1D, 2D, or 3D, can run on a laptop or on a large super computer, employ the advanced solver technology available in PETSc, and have access to mesh and time step adaptivity (see mooseframework.org for more information). With MOOSE, users also get access to two physics modules that are specialized for mesoscale modeling. The phase field module provides all the necessary tools to quickly and easily implement phase field models in MOOSE. The module provides the tools to allow users to only implement information about the free energy functional (with all derivatives taken automatically, if desired) or use CALPHAD free energies, facilitating fast and easy development of a large range of models while retaining the flexibility to implement arbitrarily complex models, including multi-phase field models using the existing modular components. The tensor mechanics module provides the tools for small and finite strain mechanics at the mesoscale, ranging from linear elasticity to crystal plasticity, and the elastic constants and Eigenstrains can vary locally as a function of phase field variables. The phase field equations can easily be tightly coupled to the mechanics and solved together as a single nonlinear solve or loosely coupled and operator split. MOOSE provides a powerful, free, and open source option for implementing the phase field method. 9.55am PRISMS-PF: MASSIVELY PARALLEL COMPUTATIONAL FRAMEWORK FOR PHASE FIELD MODELING Shiva Rudraraju, Katsuyo Thornton PRedictive Integrated Structural Materials Science Center University of Michigan, Ann Arbor Phase Field Models have been central to computational modeling of complex morphological evolution in multiphase solids. Under the aegis of DOE’s PRedictive Integrated Structural Materials Science (PRISMS) Center at the University of Michigan, a massively scalable framework PRISMS-PF is being developed. PRISMS-PF is a finite element method (FEM) code developed using the deal.ii open-source finite element library, which provides extensive support for various finite element constructs (higher-order classical and non-standard
  • 7.   7   elements), peta-scale grid generation with adaptivity (p4est adaptive octree meshes), scalable data structures and solvers (e.g., internal hybrid-parallel, PETSc, and Trilinos). While the framework is expected to serve as a generic phase field library with coupled mechanics capability, the initial development focuses on modeling of precipitate evolution in binary and ternary alloys, as well as grain growth and recrystallization. Current code modules include matrix-free implementations of coupled Cahn-Hilliard, Allen-Cahn and Mechanics, with example demonstrations of spinodal decomposition, chemo-mechanical boundary value problems, and beta-prime precipitate evolution in magnesium/rare-earth binary alloys. The parallel performance and scaling has been demonstrated on terascale problems with billions of degrees of freedom running on thousands of processors. The code is currently under beta-testing phase and slated for first public release in Summer 2015, under a LGPL open source license. 10.50am SCALABLE SOLVER ALGORITHMS Dmitry Karpeev, Argonne National Laboratory Phasefield models of materials frequently take on the form of coupled systems including elasticity, electrostatics, order parameter evolution and other types of physics. These can be "higher-order" equations such as Cahn-Hilliard and can involve interfaces and complex microstructure. As a result of this complexity the discretized equations can be difficult to converge, especially as the system gets large with the mesh refinement. I will discuss several of the difficulties behind the convergence issues and approaches to mitigating them (multiphysics preconditioners and multigrid, to name just a couple). 12.40PM PHASE-FIELD STANDARD PROBLEMS Olle Heinonen, Argonne National Laboratory There exist many home-grown phase-field and mesoscale codes, and there are also emerging community codes, such as MOOSE and FEniCS. As we are undertaking efforts to discuss and propose standards for phase-field and mesoscale codes, it would be very useful to formulate and publish some small set of standard problems that developers and users can use to test and benchmark codes. This is something that the micromagnetics community did in the late 1990s as micromagnetic codes were being developed, and it was extremely useful to that community. In this talk I will suggest a few problems that may be suitable, but more importantly, I want to stimulate a discussion around this topic.
  • 8.  8   1.20PM INDUSTRIAL INTERESTS AND NEEDS – EXPERIENCES FROM Hero-m Joakim Odqvist, Hierarchic Engineering of Industrial Materials Hero-m (Hierarchical Engineering of Industrial Materials) is a ten year venture between KTH Royal Institute of Technology, VINNOVA and Swedish Industry. The phase-field method (PFM) has been an important tool for study of microstructure evolution already from the start of Hero-m. However, it soon became clear that it often took a very long time for new users to learn the various PFM codes we were using, and sometimes even to install and get them running. At the same time, several of our industrial partners requested an easy to install and user-friendly tool for phase-field simulations. In this presentation I will talk about our work on developing such a tool.
  • 9.   9   Attendee List Phase Field Methods Workshop Friday, January 9, 2015 John Ågren Hierarchic Engineering of Industrial Materials, KTH, Sweden john@kth.se James Belak Lawrence Livermore National Laboratory, USA belak1@llnl.gov Juan De Pablo Co-Director, CHiMaD University of Chicago, USA depablo@uchicago.edu Jonathan Guyer National Institute of Standards and Technology, USA jonathan.guyer@nist.gov Olle Heinonen (Co-Organizer) Argonne National Laboratory, USA heinonen@anl.gov Lars Höglund Hierarchic Engineering of Industrial Materials, KTH, Sweden lars@mse.kth.se Dmitry Karpeev Argonne National Laboratory, USA karpeev@mcs.anl.gov Richard Martineau Idaho National Laboratory, USA Richard.martineau@inl.gov Joakim Odqvist Hierarchic Engineering of Industrial Materials, KTH, Sweden odqvist@kth.se Nikolas Provatas University of McGill, Canada provatas@physics.mcgill.ca Siva Shankar Rudraraju University of Michigan, USA rudraa@umich.edu Barry Smith Argonne National Laboratory, USA bsmith@mcs.anl.gov Katsuyo Thornton University of Michigan, USA kthorn@umich.edu Michael Tonks Idaho National Laboratory, USA michael.tonks@inl.gov Peter Voorhees (Co-Organizer) Co-Director CHiMaD Northwestern University, USA p-voorhees@northwestern.edu James Warren National Institute of Standards and Technology, USA james.warren@nist.gov Daniel Wheeler National Institute of Standards and Technology, USA daniel.wheeler@nist.gov
  • 10.   10   Logistics Phase Field Methods Workshop Friday, January 9, 2015 Workshop Location Allen Center, Room 222 Northwestern University 2169 Campus Drive, Evanston, IL, 60208 Parking Information Please use the North Campus Parking Garage for parking on campus. Visitor Parking Passes will be available for pick-up in the morning of the workshop at the lobby of The Allen Center. Hotel & Shuttle Information Hilton Orrington 1710 Orrington Ave, Evanston, IL, 60201 A shuttle is available to take the attendees from the hotel to The Allen Center on Friday. The shuttle will depart at 7.45am from the hotel. Please see the map on the next page for locations.
  • 12. Visitor Travel Reimbursement for Guests of the Northwestern Argonne Institute of Science and Engineering (NAISE) General Process Description: This process is to reimburse travel for those that are not Northwestern University Employees. The guest makes travel arrangements, saves the receipts, and completes the Visitor Expense Report. The entire document is scanned ensuring legibility and completeness. The scan is e-mailed to James.Soulikias@northwestern.edu for further processing. The reimbursement will be made via check to the traveler. General Travel Requirements: • Must travel on an American Carrier • Alcohol cannot be reimbursed. • Cannot mix receipts and per diems for reimbursement on same trip (i.e. all per diems or all receipts). • Northwestern University Travel Policies & Procedures: http://www.northwestern.edu/financial-operations/policies- procedures/policies/travel.pdf Required Documents: r Visitors Expense Report. Available at this link: http://www.northwestern.edu/financial-operations/policies- procedures/forms/visitors_exp_rpt.pdf r If submitting detailed receipts, affix to paper. If meal includes alcohol, make a note of the total without alcohol. r If claiming per diem, include the page for city of travel found at U.S. Federal Government per diem rates by travel date/country/city http://aoprals.state.gov/web920/per_diem.asp r If claiming online purchase (e.g. airfare, hotel, registration, etc.), include the online verification of cost and if possible boarding pass. r If claiming mileage reimbursement include mileage documentation (use Mapquest, Google Maps, etc.) r Agenda or program brochure.
  • 13.   13   1. Scan all items. (See scanning tips below) 2. Email scan(s) to James.Soulikias@northwestern.edu for further processing. 3. Reimbursement will be made via check and mailed to the traveler. If you have any questions contact James Soulikias at (847)467-NAIS(E) or by e- mail at James.Soulikias@northwestern.edu Note: some browsers require that you press the control button at the same time you click the link. You may also copy and paste the link into the browser. Scanning Tips • The recommended file format is .TIF and .PDF with a resolution of 200x200 DPI. • You may attach one or more docs totaling no more than 1 MB file size. • Manage scanned documentation for file size and legibility. Illegible files will be returned. • Clear adhesive tape should not be placed on top of important information when prepping for sending or scanning. Scanners and fax machines do not read through clear adhesive tape, thus anything under the tape, while legible to the human eye, is not legible to the scanner/fax. (ex. do not tape over cash register receipts as the print disappears.) • Receipts with faint print should be copied and darkened for scanning. • Tape small receipts to an 8 ½ x 11 white sheet of paper. • Be sure to tape all four sides to white paper. • Do not use dark-colored highlighters to mark names, invoice numbers or important information. The highlights scan as blacked out. • Do black out sensitive information such as Social Security Numbers.
  • 14.   14   NOTES Phase Field Methods Workshop Friday, January 9, 2015