My name is Eva Durán Camacho, and I am a Postdoctoral Fellow at the Instituto Astrofisico de Canarias (IAC, Tenerife ). I recently finished my PhD at Cardiff University (October 2024 ), but before that I graduated from the Universidad Autónoma of Madrid () with a Degree in Physics in June 2019 and from the University of Cambridge () with a MASt in Astrophysics in June 2020.
My research is focused on the use of numerical simulations to reproduce Milky Way type galaxies, including physical processes such as star formation or supernovae feedback. I am currently modelling self-consistently the structure of the Galaxy using live potentials in AREPO. This way I create a base simulation for a wide range of future projects, which include the study of environmental effects on star formation.
If you are still interested on my work, you can visit my research page.
Research
We use the hydrodynamical AREPO moving-mesh code to perform numerical simulations of the Milky Way. In our models, the structures are obtained via the evolution of a live stellar disc and bulge, as well as a live dark matter halo and a gaseous disc, all of which move self-consistently with no pre-defined fixed potentials. Our initial simulations are run on isothermal conditions. We produce longitude-velocity (lv) plots of the projected gas surface densities to extract the skeletons of the main features (arms, bar), as well as the contours defining the terminal velocities of the gas. We then compare these with observations via minimisation of the symmetrised distance between the observed and simulated features for a best fit
We generate a numerical sample of 15 different models, all following Hernquist profiles for the dark matter halo and stellar bulge, and exponential profile for the stellar disc. They vary the initial stellar mass within observed ranges, and the distribution in the disc and bulge.
The initial conditions are generated with the MAKENEWDISK code, where the gas follows an exponential column density profile by default. We generate our next sample of three models by adjusting the gas to follow a flat column density distribution instead for each of the stellar models.
Here I present the evolution in time of the star (LEFT) and gas (RIGHT) particles of one of my models (model no. 5) as an example. The video shows the top-down view of the Galaxy, where the colour bar refers to the column density obtained from AREPO:
We produce longitude-velocity (lv) plots that trace the main structural features of the Galaxy. In order to do so, we need to sweep a range of angles around the Galactic Center to choose for the observer's position, as here shown in an example for the same model:
For a range of angles and times, we generate these (lv) plots and extract the "skeletons" that track the main features to compare with the 12CO emission observations of Dame et. al. (2001).
For each of our models and the range of times and angles, we account for three different metrics to compare to the observations:
A. Symmetrized Modified Hausdorff Distance (SMHD,Sormani & Magorrian 2015) between observations and simulations' skeletons. The lower the metric, the better the fit.
B. Terminal velocity comparing the lv)-space occupied by observations and simulations. The resulting plot favours the SBLD model
C. Gas column density distribution for each model vs observed total gas (CO+𝐻𝐼 from HI-4Pi Survey). These plots favour models with a flatter profile.
Based on the previous plots and analysis, here we present our best fit for the galactic structure: Model 4 at a time ~2.6 Gyrs. It shows a number of transient arms and an inner galactic bar. Its main features include a pattern speed of ~30 km/s/kpc, and a half-length of ~ 3.2 kpc
------ WHAT'S NEXT? ------
This model now acts as our base model for the inclusion of more complex physical processes such as chemistry, SNe and stellar feedback. AREPO allows us to zoom in to specific regions while solving self-consistently the grand scheme. The ultimate goal is to study environmental effects on star formation, via molecular clouds, star formation rates in the arm, inter-arm and central regions.
--------------------------------
But who knows what else...?
Contact
Eva Duran Camacho
Instituto Astrofisico de Canarias
Calle Via Lactea, s/n
E-38205, La Laguna, Tenerife, Spain
(+34) 922 605 200 - ext 5438
: eva.duran@iac.es
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';