Ignore:
Timestamp:
Aug 9, 2005, 5:44:21 PM (20 years ago)
Author:
steve
Message:

Found problem with File_Boundary as used in validation test LWRU2. Have setup new BC Transmissive_Momentum_Set _Stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/domain.py

    r1681 r1697  
    545545        from config import min_timestep
    546546
    547         timestep = self.timestep
     547        # self.timestep is calculated from speed of characteristics
     548        # Apply CFL condition here
     549        timestep = self.CFL*self.timestep
    548550
    549551        #Record maximal and minimal values of timestep for reporting
     
    635637    def update_ghosts(self):
    636638        pass
    637 
    638639
    639640    def distribute_to_vertices_and_edges(self):
Note: See TracChangeset for help on using the changeset viewer.