Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Trouble to startup a supersonic flow over a triangle
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jimmy  
View profile  
 More options Sep 10, 6:32 pm
From: Jimmy <jimmy.verrea...@mail.mcgill.ca>
Date: Thu, 10 Sep 2009 15:32:57 -0700 (PDT)
Local: Thurs, Sep 10 2009 6:32 pm
Subject: Trouble to startup a supersonic flow over a triangle
I've been trying to run simulations that consist of a supersonic
freestream flowing over a triangular obstacle. The problem I'm facing
most of the time is to startup the simulation, especially when the
flow turns around sharp corners. To provide an example, I uploaded a
script called "Wedge", which generates a NaN at the 15th phase. Does
the simulation crash because of a zero or negative pressure? Is there
another scheme that is better suited for this type of problem?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
James Quirk  
View profile  
 More options Sep 10, 9:15 pm
From: James Quirk <j...@galcit.caltech.edu>
Date: Thu, 10 Sep 2009 18:15:44 -0700 (PDT)
Local: Thurs, Sep 10 2009 9:15 pm
Subject: Re: Trouble to startup a supersonic flow over a triangle
Jimmy,

On Thu, 10 Sep 2009, Jimmy wrote:

> I've been trying to run simulations that consist of a supersonic
> freestream flowing over a triangular obstacle. The problem I'm facing
> most of the time is to startup the simulation, especially when the
> flow turns around sharp corners. To provide an example, I uploaded a
> script called "Wedge", which generates a NaN at the 15th phase. Does
> the simulation crash because of a zero or negative pressure? Is there
> another scheme that is better suited for this type of problem?

You're using a linearized Riemann solver that cannot preserve
positive pressures in the strong expansion you get at sharp
corners. The script:

   amrcp bcg/axs.3

will generate 108 alternative solvers for the ReactiveEulerEquations.
Most of them will suffer from the same numerical weakness
but those that use the lax-friedrichs flux should prove
more roubust. For example, try using:

      plugin amr_sol
      ReactiveEulerEquations {
         space  = two-dimensional
      }
      BasicCodeGenerator {  
         scheme = contrib'axs                                            
         solver = jimmy                                              
         flux   = axs/lax-friedrichs                                      
         interp = axs/WENO-A
      }    

and if that doesn't work try using for interp axs/minmod .

James


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google