underworldcode / underworld2

underworld2: A parallel, particle-in-cell, finite element code for Geodynamics.
http://www.underworldcode.org/
Other
168 stars 58 forks source link

Strong mantle convection when modeling continental subduction. #460

Closed alexstruc closed 4 years ago

alexstruc commented 4 years ago

Hi all, I am simulating the subduction between two continents in a 2-D model which contains 351 151 nodes corresponding to the size of 2000 680Km. The model configuration is shown in the figure. image

I set free slip conditions on all the boundaries and set a constant compressional rate of 2.5 cm/yr inside both continents. Viscoplastic rheology is employed in my model. Viscosity rheology includes both diffusion and dislocation creep. when running the model, I find that the intensity of mantle convection keeps increasing and the mantle speed gradually becomes faster than the initial speed of the continents. Here is the result of viscosity and speed after running for 1300 steps (6.5Myr). image

Such result really makes me confused and I am not sure whether it is correct because some similar researches always show the result of moderate mantle speed. Please give me your comments and feel free to ask me for more details if you want. Thanks. Best regards, Alex

jmansour commented 4 years ago

Hi Alex

Free-slip conditions everywhere can be problematic at times, as there can be little to anchor the velocity. Can you re-run your model but setting the bottom boundary to be no-slip to see if the results seem more reasonable?

alexstruc commented 4 years ago

Thank you. I will try it and show you the result later.

alexstruc commented 4 years ago

Hi jmansour, I followed you suggestion to set a no-slip condition on the bottom boundary. But the result still becomes unreasonable as the steps increase. This is the velocity field of 0.1Myr and 7Myr respectively. In this experiment, I only set the initial velocity inside the left continent. image

image It seems that the boundary condition is not the reason for the overly large velocity of the mantle. Do you have any other suggestions about the possible reasons of this issue. Thank you in advance. Alex

RebeccaFarrington commented 4 years ago

Hi, Have you checked the viscosity/deformation mechanism of the material with large velocity? Perhaps the strain rate is localising in an unexpected location. Cheers,

From: alexstruc notifications@github.com Reply-To: underworldcode/underworld2 reply@reply.github.com Date: Friday, 20 March 2020 at 3:06 pm To: underworldcode/underworld2 underworld2@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: Re: [underworldcode/underworld2] Strong mantle convection when modeling continental subduction. (#460)

Hi jmansour, I followed you suggestion to set a no-slip condition on the bottom boundary. But the result still becomes unreasonable as the steps increase. This is the velocity field of 0.1Myr and 7Myr respectively. In this experiment, I only set the initial velocity inside the left continent. [image]https://user-images.githubusercontent.com/50648269/77134665-fd970300-6aa2-11ea-9409-34df5d01f902.png

[image]https://user-images.githubusercontent.com/50648269/77134199-efe07e00-6aa0-11ea-8f26-8c1b9acdf859.png It seems that the boundary condition is not the reason for the overly large velocity of the mantle. Do you have any other suggestions about the possible reasons of this issue. Thank you in advance. Alex

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/underworldcode/underworld2/issues/460#issuecomment-601515582, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADBSOEA4TVGGFASTWG46IUDRILTTZANCNFSM4LOLYW3A.

jmansour commented 4 years ago

Also, what does your viscosity field look like?

alexstruc commented 4 years ago

Thanks for your suggestions. I checked the relevant viscosity field of 7Myr. The result is in the figure. image

The area with large mantle velocity has relatively low viscosity. And there is actually a localization of strain rate near the left boundary.

image

Because I set the initial velocity a little away from the left boundary, a passive rift is pulled apart, causing the upwelling of the mantle. But how could in a passive rift the upwelling velocity be much faster than the pulling velocity. That is why I am so confused.

I also check my initial viscosity field which is calculated by setting strain rate as 1e-19. It shows in the following picture and the values of the color bar correspond to1e19 and 1e25. image

Is there any issue of my viscosity field? Hope to receive your further suggestions. If you need more details, let me know. thanks a lot.

bknight1 commented 4 years ago

Hi @alexstruc

I had a similar issue in my models. I imposed a boundary velocity across the lithosphere, with the issue arising by the velocity condition suddenly changing to 0 below the lithosphere, causing the mantle to flow upwards. For my models, I decreased the velocity linearly below the lithosphere toward 0 at a chosen depth.

The issue was caused by the non-linear viscous rheology. If you wanted to keep the same setup, you could try having the mantle as a newtonian rheology/constant viscosity as then the deformation becomes rate independent, which should stop the strain rate localisation (and high velocities) near the boundary.

alexstruc commented 4 years ago

Hi @bknight1

I really appreciate your suggestion. I will try it . I also get some reasonable results by decreasing the temperature to 1300° at the boundary between lithosphere and asthenosphere. And the bottom condition is set to no-slip.

But I think you method is better. In this way, I can test how thermal structure affects the evolution of my model.