1.28k likes | 1.46k Views
Simulation and Optimization of Electromagnetohydrodynamic Flows. Brian Dennis Ph.D. Candidate Aerospace Engineering Dept. Penn State University George Dulikravich Professor Mechanical and Aerospace Dept. University of Texas at Arlington. Overview. Introduction
E N D
Simulation and Optimization of Electromagnetohydrodynamic Flows Brian Dennis Ph.D. Candidate Aerospace Engineering Dept. Penn State University George Dulikravich Professor Mechanical and Aerospace Dept. University of Texas at Arlington
Overview • Introduction • Governing equations for EMHD • General LSFEM formulation • h and p-type finite element solver • LSFEM for EMHD • Code validation cases • Applications • Conclusion and recommendations
Introduction • EMHD is study of incompressible flow under the influence of electric and magnetic fields • Various simplified analytical models exist and have been used for numerical simulation(EHD,MHD)
Introduction cont. • A fully consistent non-linear model for general EMHD has been recently developed • No numerical simulations of full EMHD has been report in open literature to date • A few numerical simulations of simplified or inconsistent EMHD models have been report in open literature • A computer code for numerical simulation for 2-D planar MHD/EMHD flows has been developed using LSFEM
Introduction cont. • Numerical simulation is necessary for performing optimization involving EMHD flows
Applications of EMHD • Manufacturing(solidification,crystal growth) • Flow control • Drag reduction/propulsion • Pumps with no moving parts(artificial heart, liquid metal pumps) • Compact heat exchangers • Shock absorbers, active damping
Conservation of Energy Conservation of Mass
Sub-models • The LSFEM was applied to two sub-models of the fully nonlinear Electro-magneto-hydrodynamic system • Magneto-hydrodynamics • Electro-magneto-hydrodynamics with reduced number of source terms
Advantages of the LSFEM • Can use equal order basis functions for pressure and velocity • can use the first order form of PDE’s • can handle any type of equation and mixed types of equations • Can discretize convection terms without upwinding or explicit artificial dissipation • Stable and robust method • Resulting system of equations is symmetric and positive definite
Simple iterative techniques such as PCG and multigrid can be used to solve the system of equations • Inclusion of divergence constraint for magnetic flux is straight forward
h and p-Type Methods • h-type finite element methods use large numbers of low order accurate elements • p-type finite element methods use small numbers of high order accurate elements • h/p-type finite element methods use a combination of both types together with an adaptive strategy • p-type methods convergence to the exact solution is more rapid than in with h-type methods, if the underlying solution is smooth
p-Type Method • element approximation function are compose of p-type expansions. These expansions are composed of a summation of P polynomials • p-type expansions can be categorized as nodal expansions or modal expansions • the unknown coefficients in nodal expansions are the values of the function at the nodes of the element and therefor have some physical meaning. Nodal expansions based on Lagrange polynomials are typically used for low order finite elements • the unknown coefficients in modal expansions are not associated with any nodes
p-Type Method • Modal expansions are hierarchical, that is, that all expansion sets less than P+1 are contained within the expansion set P+1 • Nodal expansions are not hierarchical • Modal expansion typically produce finite element matrices that have a lower condition number than those produced with nodal expansions • Expansions are usually developed in one dimension. Approximation functions for multidimensional elements are constructed through tensor products of the one dimensional expansions. • Typically, the modal expansions are combined with the first order Lagrange polynomials so that continuity of the solution is satisfied between neighboring elements in a mesh
LSFEM Code • A serial code was developed in C/C++ to solve general systems with LSFEM • Steady state problems only • Mixed triangular and quadrilateral meshes for h-type elements. • Quadrilateral elements for p-type elements. Element approximation functions are constructed from a modal basis derived from Jacobi polynomials • Support for multiple material domains such as in conjugate heat transfer problems for h-version • Nonlinear equations are linearized with Newton or Picard method
LSFEM Code • Integrals are evaluated numerically using Legendre-Gauss quadrature. A P+2 rule was used for p-type elements. • Static condensation is used to remove the interior degrees of freedom from p-type elements.
Sparse Linear Solvers • Direct Solver: • Sparse LU factorization from PETSc library • Iterative Solvers: • Jacobi preconditioned conjugate gradient method • Multi-p multilevel method
Verification of Accuracy • Few analytic solutions for EMHD exist • Some analytic solutions for MHD exist • NSE portion of code was validated using analytic solutions for NSE and with experiment data from driven cavity flows and backward facing step • Heat transfer/Electric/Magnetic field portions were verified with analytic solutions
Test Cases for NSE • Test against analytical solutions for NSE • Test against driven cavity numerical benchmark solutions • Test against experiment data for flow over backward facing step
Comparison between computed and analytic solution for Couette-Poiseuille flow
Comparison with benchmark results for driven cavity at Re = 1000
Comparison with benchmark results for driven cavity at Re = 10000
Computed Streamlines Re = 100 Re = 400 Re = 500