|
[Sponsors] |
March 23, 2016, 07:55 |
Tsunami simulation with Gerris
|
#1 |
New Member
Miguel Molinos
Join Date: Dec 2015
Location: Madrid
Posts: 14
Rep Power: 10 |
Hi everyone, mi name is Miguel an student of Civil engineering in Universidad de Sevilla (Spain). I'm doing a numerical simulation of the great Lisbon tsunami using Gerris. My problem is that the tsunami wave does not spread to the american east coast (and should), i have four suspects:
- The dissipative forces are very strong - Meshing criterion - The minimum cell size is not small enough - The way of calculate the advection terms (The flux limiter that I'm using is sweby gradient) This is the code that i use for the bottom friction. FRICC = 1e-3 U = P > DRY ? U/(1. + dt*Velocity*FRICC/P) : 0 V = P > DRY ? V/(1. + dt*Velocity*FRICC/P) : 0 Can anyone suggest me something? If anyone want complete the code, ask me please. Cheers |
|
Tags |
cfd, gerris, tsunami |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Supersonic Nozzle Exhaust Simulation | mikeh | FLUENT | 0 | May 1, 2014 22:28 |
Exporting data of transient simulation DURING a simulation, at user locations ? | Milan2013 | CFX | 0 | April 18, 2014 04:47 |
Simulation of a complex wing in solidworks flow simulation | niels1900 | FloEFD, FloWorks & FloTHERM | 6 | April 20, 2011 11:44 |
GUI crash and simulation engine still running | RPJones | FLOW-3D | 2 | November 9, 2010 09:18 |
Tsunami simulation | Ibrahim Apaydin | FLUENT | 2 | January 11, 2005 13:40 |