SlideShare a Scribd company logo
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
Educating Researchers Using the CHiMaD
Benchmark Problems
Dong-Uk Kim, Shuaifang Zhang, and Michael R Tonks
Materials Science and Engineering, University of Florida
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Introduction
 Challenges learning the phase-field (PF) method
 How the benchmark (BM) problems address these challenges
 Specific examples of using BM problems for education
 Issues and strengths for each problem
 What changes could make them more useful for education?
Outline
2
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 “Resources and a crash course on the phase field technique.“
 “Tools to verify and showcase the quality of your simulations.”
The PFHub BM problems have various purposes
3
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Training students new to phase-field
 Refresher for students with 1 – 3 yrs of experience
 Experienced PF user learning a new code
 Training course with various skill levels
At the University of Florida, we have been using the BM
problems specifically for education
4
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Good parameterizations are needed for simulation to run
 Relation between interfacial energy penalty, double-well potential penalty, and
phase-field interface thickness
 Choice of ∆𝑥 and ∆𝑡
 Characteristic length and time scale of the coupled physics
 Estimation of the simulation time
 Determination of optimal phase-field interface thickness
There are various challenges that face people learning the
phase field method
5
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Making connection to physical meaning
 It’s hard to capture the explicit physical meaning from the PF equations
 Phase-field is a virtual object that tracks the positions of interface indirectly.
 Sometimes, it just has mathematical meaning to reproduce sharp interface
equations at certain asymptotic limits
 It is easy to mistake model artifacts for physical behaviors.
 Experimental data should be interpreted in ‘phase-field’ way
There are various challenges that face people learning the
phase field method
6
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Too focused on one type problem
 There are many things to consider at the same time for a single problem
 Model parameters, numerical parameters, validity of the solutions, and so on
 Lower the chance of exposure to various type of problems
 General numerical solving issues
 Choice of numerical methods
 Choice of code framework
 Getting used to the code framework
 Visualization of the results
 Verification of the results
There are various challenges that face people learning the
phase field method
7
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Good parameterizations are needed for simulation to run
 All BM problems provide a good set of parameters
 Too focused on one type problem
 BM problems cover various types of physics:
 Phase-separation, Oswald ripening, solidifications, micro-elasticity, fluid dynamics, and
electrostatics
 General numerical solving issues
 Calculation domain size and simulation times to plot are given in BM problems – this
is a big hint to determining ∆𝑥 and ∆𝑡.
 Learning from other people
 Previously posted results are also good references for determining convergence criteria.
How BM problems address these challenges
8
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Training new students
 All new students joining the Tonks research group use BM problem 1 and 2 to learn
how the phase field method works
 Eight students have gone through this training since Sept, 2015
 One student is doing this right now
 Refresher for experienced students
 After using the phase-field method for 1 – 3 years, students were asked to do all the
first four benchmark problems and post their results
 Seven students were tasked with doing this, about half are done so far
Specific examples of using BM problems for education
9
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Experienced PF users learning new code
 BM#1: basic procedure to solve partial differential equations with MOOSE
 BM#2: dealing with multi-phase system
 BM#3: writing my own Kernels and utilizing Materials. New feature added
 BM#5: exposure to use of MOOSE navier_stokes physics module
 BM#6: better understandings of MOOSE’s Neumann boundary condition
 Cahn-Hilliard-Navier-Stokes coupled physics
Specific examples of using BM problems for education
(ctn.)
10
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Michael Tonks and Andrea Jokisaari taught a one-day tutorial-style Phase-Field
MOOSE training at TMS 2018
 BM problems 1 and 4 were used for the tutorial
 We had 20+ attendees with a large range of computational experience
 One attendee had never compiled a code before
 Elizabeth Holm from Carnegie-Mellon also attended
 The BM problems provided standardized problems with known solutions that
simplified the development of the training.
 We also directed the attendees to the other BM problems for future work
Specific examples of using BM problems for education
(cont)
11
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Survey from 8 people
 Year’s experience with the phase-field method;
Feedback from Tonks’ group members
12
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
As new users to phase-field
13
“The benchmark problems gave me good exposure both to the different systems
modeled in phase field and the various capabilities of the software I was using.”
“I learned to write code/input file, and I got to play with numerical
parameters (petsc options) and better understand what they do”
“How all the pieces fit together”
Q: What did you learn by doing BM problems?
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
As experienced users to phase-field
14
“I primarily found it helpful to get familiar with some
MOOSE features that I rarely/never used before.”
“They give me a broad set of problems to refresh my skills. When you work
in only one area it is easy to forget about different classes of problems.”
“The second time is when I actually learned something from doing them, the
first time there was way too much to learn to get a deep understanding.”
“Have a better picture of the phase field model, and
know more about the model out of research.”
Q: What did you learn by doing BM problems?
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Numerical issues
“Convergence issues.”
“I didn't know how to make 'T' shape domain, so I
learned using a software to construct geometries
and meshes. I also had an issue on plotting a result in
3D.”
“The numerical method I was using required a
higher order element, which is not easy to
converge.”
 Human errors
“I believe my biggest issue was with finding a typo in
the initial condition”
“The initial condition equation I wrote is wrong, and
it took me some time to realize that.”
Issues with BMP#1; spinodal decomposition
15
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Good example practice for beginning
“I got practice writing a simple, compact input file”
“It was a good review of the basics.”
“I think the problem 1 was a good introduction to phase field. Simple but very useful”
 Capturing the model concept
“Learned how free energies are worked into the model”
 Improvements in numerical skills
“I've learned how to write MOOSE input file and how to solve Cahn-Hilliard equation
with the 1st order shape functions.”
“Doing the differently shaped domains helped me to get used to doing more than just
squares or rectangles”
“I know more about MOOSE and the split method used in MOOSE(Numerical stuff)”
Strengths for BMP#1
16
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Complexity of multi-phase system and human
errors
“Typing in all of the long equations without errors -
comparing the initial free energy to previous
benchmarks - this should be included in the writeup
for troubleshooting “
“For the input file, I had to write so many duplicate
lines to solve the multi-phase-field equations.
 Numerical issues
“Numerical convergence issue. Adjust initial time step
to be small enough.”
“In problem 2 I had an issue with mesh adaptivity
causing the solutions to go haywire early in the
simulation. I resolved it using a MOOSE option that
lets you delay when mesh adaptivity begins.”
Issues with BMP#2; Oswald ripening
17
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 New exposure to a new problem
“It was my first exposure to a model designed specifically for Ostwald ripening.”
 Good example problem for coupled physics
“Good introduction to coupled equations”
“How to couple conserved and non-conserved parameters”
“I could write more compact input file after learning about MOOSE action for multi-
phase systems.”
 Experience with troubleshooting of convergence issue for coupled system
“Time step can determine the convergence"
Strengths for BMP#2
18
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Complexity of physics
“I had never solved an anisotropic interface
problem before. It helped me see the unique
struggles with anisotropy”
“Dealing with anisotropic interface energies”
 Required new features beyond playing with
the input files
“Need to write a new kernel to solve this
problem. Write a new kernel and fix it”
“Creating new kernels with equations”
 Resolution and calculation time issues
“This problem required relatively higher
resolution than other problems, and the
calculation time was too long.”
Issues with BMP#3; dendritic growth
19
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Better understanding on solidification problems
“Problem 3 helped me understand how dendritic growth works in the phase field
method and gave me exposure to the necessary kernels.”
“Better understanding the anisotropic solidification process. Also the functional
derivative”
 Improvements in numerical skills
“Taking advantages of DerivativeParsedMaterial of MOOSE, I developed a different
approach to deal with the anisotropy function more general and independent of the
dimension.”
Strengths for BMP#3
20
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Issues; numerical skills
“I had issues with mesh displacements causing
highly contorted results. I fixed it by fixing the way
I was pinning the mesh down.”
“I am getting the wrong behavior”
 Strengths; better understandings in phase-
field-mechanics coupling
“It was my first major exposure to solid
mechanics.”
“Coupling with stress”
Issues and strengths for BMP#4
21
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Issues; numerical skills
“I had to learn how to construct the mesh”
“I believe there’s something wrong with the outlet boundary”
 Strengths; exposure to a new physics
“I’ve learned how to use MOOSE navier_stokes module”
Issues and strengths for BMP#5
22
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
Issues
 Common issues
 Numerical issue
 Human error
 Problem specific issues
 BM#2 & BM#3: complexity of physics
Summarized issues and strengths of each BM problems
Strengths
 Gives new exposures to various
problems
 Well-balanced examples for each
physics
 Overall, all problems are doable.
 Some aspects are challenging for
beginners.
 Inspires improvement of numerical
skills
23
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING
 Discretization information
 General guide line for determining ∆𝑥 and ∆𝑡
 More information about mesh construction (especially, BM #5 and #6 that
contain curved boundaries)
 More uploaded results for BM problems 2 and up, for comparison
 Fewer parts to each problem to make it easier for people to complete
What changes could make them more useful for
education?
24
DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING

More Related Content

What's hot

PR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
PR-270: PP-YOLO: An Effective and Efficient Implementation of Object DetectorPR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
PR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
Jinwon Lee
 
Yarn intelliegnce - decision making in yarn manufacturing on AI platform
Yarn intelliegnce - decision making in yarn manufacturing on AI platformYarn intelliegnce - decision making in yarn manufacturing on AI platform
Yarn intelliegnce - decision making in yarn manufacturing on AI platform
Debashish Banerjee
 
Naver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltcNaver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltc
NAVER Engineering
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
cscpconf
 
Paper of master_thesis
Paper of master_thesisPaper of master_thesis
Paper of master_thesis
Seoung-Ho Choi
 
Comparing Incremental Learning Strategies for Convolutional Neural Networks
Comparing Incremental Learning Strategies for Convolutional Neural NetworksComparing Incremental Learning Strategies for Convolutional Neural Networks
Comparing Incremental Learning Strategies for Convolutional Neural Networks
Vincenzo Lomonaco
 
Knowledge distillation deeplab
Knowledge distillation deeplabKnowledge distillation deeplab
Knowledge distillation deeplab
Frozen Paradise
 
Transformer based approaches for visual representation learning
Transformer based approaches for visual representation learningTransformer based approaches for visual representation learning
Transformer based approaches for visual representation learning
Ryohei Suzuki
 
Artificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A ReviewArtificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A Review
Journal of Soft Computing in Civil Engineering
 
J04401066071
J04401066071J04401066071
J04401066071
ijceronline
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
Prudhvi Raj
 
Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...
Alexander Decker
 
Deep leaning Vincent Vanhoucke
Deep leaning Vincent VanhouckeDeep leaning Vincent Vanhoucke
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
Jinwon Lee
 
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic SegmentationReview : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Dongmin Choi
 
C013141723
C013141723C013141723
C013141723
IOSR Journals
 
Presentation of master thesis
Presentation of master thesisPresentation of master thesis
Presentation of master thesis
Seoung-Ho Choi
 
How useful is self-supervised pretraining for Visual tasks?
How useful is self-supervised pretraining for Visual tasks?How useful is self-supervised pretraining for Visual tasks?
How useful is self-supervised pretraining for Visual tasks?
Seunghyun Hwang
 
01 Introduction to Machine Learning
01 Introduction to Machine Learning01 Introduction to Machine Learning
01 Introduction to Machine Learning
Tamer Ahmed Farrag, PhD
 
Transformer in Vision
Transformer in VisionTransformer in Vision
Transformer in Vision
Sangmin Woo
 

What's hot (20)

PR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
PR-270: PP-YOLO: An Effective and Efficient Implementation of Object DetectorPR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
PR-270: PP-YOLO: An Effective and Efficient Implementation of Object Detector
 
Yarn intelliegnce - decision making in yarn manufacturing on AI platform
Yarn intelliegnce - decision making in yarn manufacturing on AI platformYarn intelliegnce - decision making in yarn manufacturing on AI platform
Yarn intelliegnce - decision making in yarn manufacturing on AI platform
 
Naver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltcNaver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltc
 
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOMDYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
DYNAMIC NETWORK ANOMALY INTRUSION DETECTION USING MODIFIED SOM
 
Paper of master_thesis
Paper of master_thesisPaper of master_thesis
Paper of master_thesis
 
Comparing Incremental Learning Strategies for Convolutional Neural Networks
Comparing Incremental Learning Strategies for Convolutional Neural NetworksComparing Incremental Learning Strategies for Convolutional Neural Networks
Comparing Incremental Learning Strategies for Convolutional Neural Networks
 
Knowledge distillation deeplab
Knowledge distillation deeplabKnowledge distillation deeplab
Knowledge distillation deeplab
 
Transformer based approaches for visual representation learning
Transformer based approaches for visual representation learningTransformer based approaches for visual representation learning
Transformer based approaches for visual representation learning
 
Artificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A ReviewArtificial Neural Networks for Construction Management: A Review
Artificial Neural Networks for Construction Management: A Review
 
J04401066071
J04401066071J04401066071
J04401066071
 
Deep learning for image super resolution
Deep learning for image super resolutionDeep learning for image super resolution
Deep learning for image super resolution
 
Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...Application of support vector machines for prediction of anti hiv activity of...
Application of support vector machines for prediction of anti hiv activity of...
 
Deep leaning Vincent Vanhoucke
Deep leaning Vincent VanhouckeDeep leaning Vincent Vanhoucke
Deep leaning Vincent Vanhoucke
 
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
PR-330: How To Train Your ViT? Data, Augmentation, and Regularization in Visi...
 
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic SegmentationReview : Prototype Mixture Models for Few-shot Semantic Segmentation
Review : Prototype Mixture Models for Few-shot Semantic Segmentation
 
C013141723
C013141723C013141723
C013141723
 
Presentation of master thesis
Presentation of master thesisPresentation of master thesis
Presentation of master thesis
 
How useful is self-supervised pretraining for Visual tasks?
How useful is self-supervised pretraining for Visual tasks?How useful is self-supervised pretraining for Visual tasks?
How useful is self-supervised pretraining for Visual tasks?
 
01 Introduction to Machine Learning
01 Introduction to Machine Learning01 Introduction to Machine Learning
01 Introduction to Machine Learning
 
Transformer in Vision
Transformer in VisionTransformer in Vision
Transformer in Vision
 

Similar to Educating Researchers Using the CHiMaD Benchmark Problems

Investigating teachers' understanding of IMS Learning Design: Yes they can!
Investigating teachers' understanding of IMS Learning Design: Yes they can!Investigating teachers' understanding of IMS Learning Design: Yes they can!
Investigating teachers' understanding of IMS Learning Design: Yes they can!
Michael Derntl
 
What Metrics Matter?
What Metrics Matter? What Metrics Matter?
What Metrics Matter?
CS, NcState
 
Syllabus for Bachelors in Engineering Information Science
Syllabus for Bachelors in Engineering Information ScienceSyllabus for Bachelors in Engineering Information Science
Syllabus for Bachelors in Engineering Information Science
syed qutubuddin
 
Gate
GateGate
I2e Version5
I2e Version5I2e Version5
I2e Version5
the nciia
 
Hibbeler – Engineering Mechanics – Statics 14th Edition
Hibbeler – Engineering Mechanics – Statics 14th Edition Hibbeler – Engineering Mechanics – Statics 14th Edition
Hibbeler – Engineering Mechanics – Statics 14th Edition
Bahzad5
 
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdfmechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
ssuser6cccaf
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdf
TANVEERSINGHSOLANKI
 
Finite Element Simulations with ANSYS Workbench 2012
Finite Element Simulations with ANSYS Workbench 2012Finite Element Simulations with ANSYS Workbench 2012
Finite Element Simulations with ANSYS Workbench 2012
Prem Prakash Pandey
 
Course plan mp
Course plan   mpCourse plan   mp
Course plan mp
gursharan914
 
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdfsolutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
CONSTRUCTION WORLD SOLUTION
 
PNPA - a Transformative Approach to Nanoengineering
PNPA - a Transformative Approach to NanoengineeringPNPA - a Transformative Approach to Nanoengineering
PNPA - a Transformative Approach to Nanoengineering
Robert Cormia
 
VLSISyllabus.pdf
VLSISyllabus.pdfVLSISyllabus.pdf
VLSISyllabus.pdf
ShivkumarManikant
 
2021 ME.pdf
2021 ME.pdf2021 ME.pdf
2021 ME.pdf
RamalingamPriya1
 
Dynamics (Hibbeler) (1).pdf
Dynamics (Hibbeler) (1).pdfDynamics (Hibbeler) (1).pdf
Dynamics (Hibbeler) (1).pdf
VEGACHRISTINEF
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
Chetan Mahatme
 
Creating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & ResourcesCreating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & Resources
Richard Homa
 
Creating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & ResourcesCreating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & Resources
Richard Homa
 
C hi mad_phasefieldworkshop(1)
C hi mad_phasefieldworkshop(1)C hi mad_phasefieldworkshop(1)
C hi mad_phasefieldworkshop(1)
PFHub PFHub
 
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
MeetupDataScienceRoma
 

Similar to Educating Researchers Using the CHiMaD Benchmark Problems (20)

Investigating teachers' understanding of IMS Learning Design: Yes they can!
Investigating teachers' understanding of IMS Learning Design: Yes they can!Investigating teachers' understanding of IMS Learning Design: Yes they can!
Investigating teachers' understanding of IMS Learning Design: Yes they can!
 
What Metrics Matter?
What Metrics Matter? What Metrics Matter?
What Metrics Matter?
 
Syllabus for Bachelors in Engineering Information Science
Syllabus for Bachelors in Engineering Information ScienceSyllabus for Bachelors in Engineering Information Science
Syllabus for Bachelors in Engineering Information Science
 
Gate
GateGate
Gate
 
I2e Version5
I2e Version5I2e Version5
I2e Version5
 
Hibbeler – Engineering Mechanics – Statics 14th Edition
Hibbeler – Engineering Mechanics – Statics 14th Edition Hibbeler – Engineering Mechanics – Statics 14th Edition
Hibbeler – Engineering Mechanics – Statics 14th Edition
 
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdfmechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
mechanicsrchibbeler14thedition-221221213241-4395e3fd.pdf
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdf
 
Finite Element Simulations with ANSYS Workbench 2012
Finite Element Simulations with ANSYS Workbench 2012Finite Element Simulations with ANSYS Workbench 2012
Finite Element Simulations with ANSYS Workbench 2012
 
Course plan mp
Course plan   mpCourse plan   mp
Course plan mp
 
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdfsolutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
solutions_manual_to_ENGINEERING_MECHANICS_statics_and_DYNAMICS_14th.pdf
 
PNPA - a Transformative Approach to Nanoengineering
PNPA - a Transformative Approach to NanoengineeringPNPA - a Transformative Approach to Nanoengineering
PNPA - a Transformative Approach to Nanoengineering
 
VLSISyllabus.pdf
VLSISyllabus.pdfVLSISyllabus.pdf
VLSISyllabus.pdf
 
2021 ME.pdf
2021 ME.pdf2021 ME.pdf
2021 ME.pdf
 
Dynamics (Hibbeler) (1).pdf
Dynamics (Hibbeler) (1).pdfDynamics (Hibbeler) (1).pdf
Dynamics (Hibbeler) (1).pdf
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
 
Creating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & ResourcesCreating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & Resources
 
Creating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & ResourcesCreating Immersive Technology Experiences with Web-based Software & Resources
Creating Immersive Technology Experiences with Web-based Software & Resources
 
C hi mad_phasefieldworkshop(1)
C hi mad_phasefieldworkshop(1)C hi mad_phasefieldworkshop(1)
C hi mad_phasefieldworkshop(1)
 
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
Meta-learning through the lenses of Statistical Learning Theory (Carlo Cilibe...
 

More from PFHub PFHub

Pf
PfPf
AI for Science Grand Challenges
AI for Science Grand ChallengesAI for Science Grand Challenges
AI for Science Grand Challenges
PFHub PFHub
 
Cobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaDCobalt-based Superalloys Development in CHiMaD
Cobalt-based Superalloys Development in CHiMaD
PFHub 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 data
PFHub 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 THERMODYNAMICS
PFHub 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 dynamics
PFHub 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 Modeling
PFHub 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 Discovery
PFHub 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 process
PFHub 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 methods
PFHub PFHub
 
Benchmark 6 Update
Benchmark 6 UpdateBenchmark 6 Update
Benchmark 6 Update
PFHub PFHub
 
Multi-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhaseMulti-phase-field simulations with OpenPhase
Multi-phase-field simulations with OpenPhase
PFHub 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 7
PFHub 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 India
PFHub PFHub
 

More from PFHub PFHub (18)

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
 
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
 
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

bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
kejapriya1
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
University of Maribor
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
Leonel Morgado
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
muralinath2
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
Sérgio Sacani
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
yqqaatn0
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
PRIYANKA PATEL
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Leonel Morgado
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
vluwdy49
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
yqqaatn0
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
HongcNguyn6
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
MaheshaNanjegowda
 
Bob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdfBob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdf
Texas Alliance of Groundwater Districts
 
Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...
Leonel Morgado
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
LengamoLAppostilic
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
by6843629
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
AbdullaAlAsif1
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
Hitesh Sikarwar
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
Gokturk Mehmet Dilci
 

Recently uploaded (20)

bordetella pertussis.................................ppt
bordetella pertussis.................................pptbordetella pertussis.................................ppt
bordetella pertussis.................................ppt
 
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
Remote Sensing and Computational, Evolutionary, Supercomputing, and Intellige...
 
Immersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths ForwardImmersive Learning That Works: Research Grounding and Paths Forward
Immersive Learning That Works: Research Grounding and Paths Forward
 
Oedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptxOedema_types_causes_pathophysiology.pptx
Oedema_types_causes_pathophysiology.pptx
 
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
EWOCS-I: The catalog of X-ray sources in Westerlund 1 from the Extended Weste...
 
Deep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless ReproducibilityDeep Software Variability and Frictionless Reproducibility
Deep Software Variability and Frictionless Reproducibility
 
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
如何办理(uvic毕业证书)维多利亚大学毕业证本科学位证书原版一模一样
 
ESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptxESR spectroscopy in liquid food and beverages.pptx
ESR spectroscopy in liquid food and beverages.pptx
 
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
Describing and Interpreting an Immersive Learning Case with the Immersion Cub...
 
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
在线办理(salfor毕业证书)索尔福德大学毕业证毕业完成信一模一样
 
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
原版制作(carleton毕业证书)卡尔顿大学毕业证硕士文凭原版一模一样
 
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốtmô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
mô tả các thí nghiệm về đánh giá tác động dòng khí hóa sau đốt
 
Basics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different formsBasics of crystallography, crystal systems, classes and different forms
Basics of crystallography, crystal systems, classes and different forms
 
Bob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdfBob Reedy - Nitrate in Texas Groundwater.pdf
Bob Reedy - Nitrate in Texas Groundwater.pdf
 
Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...Authoring a personal GPT for your research and practice: How we created the Q...
Authoring a personal GPT for your research and practice: How we created the Q...
 
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdfwaterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
waterlessdyeingtechnolgyusing carbon dioxide chemicalspdf
 
8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf8.Isolation of pure cultures and preservation of cultures.pdf
8.Isolation of pure cultures and preservation of cultures.pdf
 
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
Unlocking the mysteries of reproduction: Exploring fecundity and gonadosomati...
 
Cytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptxCytokines and their role in immune regulation.pptx
Cytokines and their role in immune regulation.pptx
 
Shallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptxShallowest Oil Discovery of Turkiye.pptx
Shallowest Oil Discovery of Turkiye.pptx
 

Educating Researchers Using the CHiMaD Benchmark Problems

  • 1. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING Educating Researchers Using the CHiMaD Benchmark Problems Dong-Uk Kim, Shuaifang Zhang, and Michael R Tonks Materials Science and Engineering, University of Florida
  • 2. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Introduction  Challenges learning the phase-field (PF) method  How the benchmark (BM) problems address these challenges  Specific examples of using BM problems for education  Issues and strengths for each problem  What changes could make them more useful for education? Outline 2
  • 3. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  “Resources and a crash course on the phase field technique.“  “Tools to verify and showcase the quality of your simulations.” The PFHub BM problems have various purposes 3
  • 4. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Training students new to phase-field  Refresher for students with 1 – 3 yrs of experience  Experienced PF user learning a new code  Training course with various skill levels At the University of Florida, we have been using the BM problems specifically for education 4
  • 5. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Good parameterizations are needed for simulation to run  Relation between interfacial energy penalty, double-well potential penalty, and phase-field interface thickness  Choice of ∆𝑥 and ∆𝑡  Characteristic length and time scale of the coupled physics  Estimation of the simulation time  Determination of optimal phase-field interface thickness There are various challenges that face people learning the phase field method 5
  • 6. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Making connection to physical meaning  It’s hard to capture the explicit physical meaning from the PF equations  Phase-field is a virtual object that tracks the positions of interface indirectly.  Sometimes, it just has mathematical meaning to reproduce sharp interface equations at certain asymptotic limits  It is easy to mistake model artifacts for physical behaviors.  Experimental data should be interpreted in ‘phase-field’ way There are various challenges that face people learning the phase field method 6
  • 7. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Too focused on one type problem  There are many things to consider at the same time for a single problem  Model parameters, numerical parameters, validity of the solutions, and so on  Lower the chance of exposure to various type of problems  General numerical solving issues  Choice of numerical methods  Choice of code framework  Getting used to the code framework  Visualization of the results  Verification of the results There are various challenges that face people learning the phase field method 7
  • 8. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Good parameterizations are needed for simulation to run  All BM problems provide a good set of parameters  Too focused on one type problem  BM problems cover various types of physics:  Phase-separation, Oswald ripening, solidifications, micro-elasticity, fluid dynamics, and electrostatics  General numerical solving issues  Calculation domain size and simulation times to plot are given in BM problems – this is a big hint to determining ∆𝑥 and ∆𝑡.  Learning from other people  Previously posted results are also good references for determining convergence criteria. How BM problems address these challenges 8
  • 9. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Training new students  All new students joining the Tonks research group use BM problem 1 and 2 to learn how the phase field method works  Eight students have gone through this training since Sept, 2015  One student is doing this right now  Refresher for experienced students  After using the phase-field method for 1 – 3 years, students were asked to do all the first four benchmark problems and post their results  Seven students were tasked with doing this, about half are done so far Specific examples of using BM problems for education 9
  • 10. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Experienced PF users learning new code  BM#1: basic procedure to solve partial differential equations with MOOSE  BM#2: dealing with multi-phase system  BM#3: writing my own Kernels and utilizing Materials. New feature added  BM#5: exposure to use of MOOSE navier_stokes physics module  BM#6: better understandings of MOOSE’s Neumann boundary condition  Cahn-Hilliard-Navier-Stokes coupled physics Specific examples of using BM problems for education (ctn.) 10
  • 11. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Michael Tonks and Andrea Jokisaari taught a one-day tutorial-style Phase-Field MOOSE training at TMS 2018  BM problems 1 and 4 were used for the tutorial  We had 20+ attendees with a large range of computational experience  One attendee had never compiled a code before  Elizabeth Holm from Carnegie-Mellon also attended  The BM problems provided standardized problems with known solutions that simplified the development of the training.  We also directed the attendees to the other BM problems for future work Specific examples of using BM problems for education (cont) 11
  • 12. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Survey from 8 people  Year’s experience with the phase-field method; Feedback from Tonks’ group members 12
  • 13. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING As new users to phase-field 13 “The benchmark problems gave me good exposure both to the different systems modeled in phase field and the various capabilities of the software I was using.” “I learned to write code/input file, and I got to play with numerical parameters (petsc options) and better understand what they do” “How all the pieces fit together” Q: What did you learn by doing BM problems?
  • 14. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING As experienced users to phase-field 14 “I primarily found it helpful to get familiar with some MOOSE features that I rarely/never used before.” “They give me a broad set of problems to refresh my skills. When you work in only one area it is easy to forget about different classes of problems.” “The second time is when I actually learned something from doing them, the first time there was way too much to learn to get a deep understanding.” “Have a better picture of the phase field model, and know more about the model out of research.” Q: What did you learn by doing BM problems?
  • 15. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Numerical issues “Convergence issues.” “I didn't know how to make 'T' shape domain, so I learned using a software to construct geometries and meshes. I also had an issue on plotting a result in 3D.” “The numerical method I was using required a higher order element, which is not easy to converge.”  Human errors “I believe my biggest issue was with finding a typo in the initial condition” “The initial condition equation I wrote is wrong, and it took me some time to realize that.” Issues with BMP#1; spinodal decomposition 15
  • 16. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Good example practice for beginning “I got practice writing a simple, compact input file” “It was a good review of the basics.” “I think the problem 1 was a good introduction to phase field. Simple but very useful”  Capturing the model concept “Learned how free energies are worked into the model”  Improvements in numerical skills “I've learned how to write MOOSE input file and how to solve Cahn-Hilliard equation with the 1st order shape functions.” “Doing the differently shaped domains helped me to get used to doing more than just squares or rectangles” “I know more about MOOSE and the split method used in MOOSE(Numerical stuff)” Strengths for BMP#1 16
  • 17. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Complexity of multi-phase system and human errors “Typing in all of the long equations without errors - comparing the initial free energy to previous benchmarks - this should be included in the writeup for troubleshooting “ “For the input file, I had to write so many duplicate lines to solve the multi-phase-field equations.  Numerical issues “Numerical convergence issue. Adjust initial time step to be small enough.” “In problem 2 I had an issue with mesh adaptivity causing the solutions to go haywire early in the simulation. I resolved it using a MOOSE option that lets you delay when mesh adaptivity begins.” Issues with BMP#2; Oswald ripening 17
  • 18. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  New exposure to a new problem “It was my first exposure to a model designed specifically for Ostwald ripening.”  Good example problem for coupled physics “Good introduction to coupled equations” “How to couple conserved and non-conserved parameters” “I could write more compact input file after learning about MOOSE action for multi- phase systems.”  Experience with troubleshooting of convergence issue for coupled system “Time step can determine the convergence" Strengths for BMP#2 18
  • 19. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Complexity of physics “I had never solved an anisotropic interface problem before. It helped me see the unique struggles with anisotropy” “Dealing with anisotropic interface energies”  Required new features beyond playing with the input files “Need to write a new kernel to solve this problem. Write a new kernel and fix it” “Creating new kernels with equations”  Resolution and calculation time issues “This problem required relatively higher resolution than other problems, and the calculation time was too long.” Issues with BMP#3; dendritic growth 19
  • 20. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Better understanding on solidification problems “Problem 3 helped me understand how dendritic growth works in the phase field method and gave me exposure to the necessary kernels.” “Better understanding the anisotropic solidification process. Also the functional derivative”  Improvements in numerical skills “Taking advantages of DerivativeParsedMaterial of MOOSE, I developed a different approach to deal with the anisotropy function more general and independent of the dimension.” Strengths for BMP#3 20
  • 21. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Issues; numerical skills “I had issues with mesh displacements causing highly contorted results. I fixed it by fixing the way I was pinning the mesh down.” “I am getting the wrong behavior”  Strengths; better understandings in phase- field-mechanics coupling “It was my first major exposure to solid mechanics.” “Coupling with stress” Issues and strengths for BMP#4 21
  • 22. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Issues; numerical skills “I had to learn how to construct the mesh” “I believe there’s something wrong with the outlet boundary”  Strengths; exposure to a new physics “I’ve learned how to use MOOSE navier_stokes module” Issues and strengths for BMP#5 22
  • 23. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING Issues  Common issues  Numerical issue  Human error  Problem specific issues  BM#2 & BM#3: complexity of physics Summarized issues and strengths of each BM problems Strengths  Gives new exposures to various problems  Well-balanced examples for each physics  Overall, all problems are doable.  Some aspects are challenging for beginners.  Inspires improvement of numerical skills 23
  • 24. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING  Discretization information  General guide line for determining ∆𝑥 and ∆𝑡  More information about mesh construction (especially, BM #5 and #6 that contain curved boundaries)  More uploaded results for BM problems 2 and up, for comparison  Fewer parts to each problem to make it easier for people to complete What changes could make them more useful for education? 24
  • 25. DEPARTMENT OF MATERIALS SCIENCE AND ENGINEERING