Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: simulation with many islands

simulation with many islands 12 years 8 months ago #3947

  • robetatis
  • robetatis's Avatar
Hello all.
I am trying to run a telemac2d v6p1 simulation using a mesh with 320 small islands (about 54.000 elements and 28.000 nodes), but I get the following error:

## Error : System command failed for d:\hse_study_project2\inline.MAT\cas5728_tmp\telemac2d.bat :65280

What could be the problem?

Here's the full listing



=========================================================
Telemac System 5.6 to 6.1 - Perl scripts version 6.1
=========================================================
starting...

HOSTTYPE : g95
PROJECT : c:\TELEMAC\wing95s
BASE DIRECTORY : d:\hse_study_project2\inline.MAT
LAUNCH DIRECTORY : d:\hse_study_project2\inline.MAT
WORK DIRECTORY : d:\hse_study_project2\inline.MAT\cas5728_tmp
PARAMETER FILE : cas


*** Using CUSTOM configuration file :
c:\TELEMAC\wing95s\config\systel.ini ***



*** TELEMAC2D ON STATION ***


*** Interactive mode ***


*** RELEASE v6p1 ***

________________________________________________________
Steering file : cas
________________________________________________________

________________________________________________________
Starting execution: telemac2d.bat
________________________________________________________
______________________________________________________________________________
*** DEFAULT EXECUTABLE ***

c:\TELEMAC\wing95s\telemac2d\tel2d_v6p1\g95\telemac2dv6p1.exe
______________________________________________________________________________
*** ALLOCATION OF USER FILES ***

- STEERING FILE : cas
- DICTIONARY : telemac2dv6p1.dico
- GEOMETRY FILE : inline
- BOUNDARY CONDITIONS FILE : cas.conlim
- LIQUID BOUNDARIES FILE : cas.liq
______________________________________________________________________________
*** RUNNING ***

## Error : System command failed for d:\hse_study_project2\inline.MAT\cas5728_tmp\telemac2d.bat :65280
________________________________________________________
Execution finished: telemac2d.bat
________________________________________________________
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #3948

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi

The default value of the maximum number of boundaries is 300.
In your case, the number of island is larger than this default value.

In décalrations_telemac2d.f, you should change the value of MAXFRO. you could replace 300 by 500 for example.

Warning, you should make a full compilation of telemac after this change!!!
Without this full compilation, you could have eratic computational crashes which will be impossible to debug

Hope this helps
Christophe
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #3952

  • robetatis
  • robetatis's Avatar
Hello again and thanks a lot for your quick response.
I followed your suggestion and the error seems to be gone. However, the results file contains the following error:
"SEVERE: exception.IOException"
What can I do?
Thanks.
Roberto.
Here's the listing from the simulation:

=========================================================
Telemac System 5.6 to 6.1 - Perl scripts version 6.1
=========================================================
starting...

HOSTTYPE : g95
PROJECT : c:\TELEMAC\wing95s
BASE DIRECTORY : D:\hse_study_projekt2\inline.MAT
LAUNCH DIRECTORY : D:\hse_study_projekt2\inline.MAT
WORK DIRECTORY : D:\hse_study_projekt2\inline.MAT\cas4004_tmp
PARAMETER FILE : cas

*** Using CUSTOM configuration file :
c:\TELEMAC\wing95s\config\\systel.ini ***

*** TELEMAC2D ON STATION ***

*** Interactive mode ***

*** RELEASE v6p1 ***
________________________________________________________
Steering file : cas
Starting execution: telemac2d.bat
*** DEFAULT EXECUTABLE ***
c:\TELEMAC\wing95s\telemac2d\tel2d_v6p1\g95\telemac2dv6p1.exe

*** ALLOCATION OF USER FILES ***

- STEERING FILE : cas
- DICTIONARY : telemac2dv6p1.dico
- GEOMETRY FILE : inline
- BOUNDARY CONDITIONS FILE : cas.conlim
- LIQUID BOUNDARIES FILE : cas.liq
______________________________________________________________________________
*** RUNNING ***

LISTING OF TELEMAC-2D

TTTTT EEEEE L EEEEE M M AAAAA CCCCC
T E L E MM MM A A C
T EEE L EEE M M M AAAAA C
T E L E M M A A C
T EEEEE LLLLL EEEEE M M A A CCCCC

2D VERSION 6.1 FORTRAN 90
WITH SEVERAL TRACERS
COUPLED WITH SISYPHE AND TOMAWAC

********************************************
* LECDON: *
* AFTER CALLING DAMOCLES *
* CHECKING OF DATA READ *
* IN THE STEERING FILE *
********************************************

NO SPECIFIC TREATMENT OF DRY ZONES
IN FINITE VOLUMES

EXITING LECDON. NAME OF THE STUDY:

OPENING FILES FOR TELEMAC2D

*****************************
* MEMORY ORGANIZATION *
*****************************
READGEO1: TITLE= D:\Vera\aStudyproject\Telemac\inline_mit_xyz.MAT
NUMBER OF ELEMENTS: 54142
NUMBER OF POINTS: 28381
MXPTEL (BIEF) : MAXIMUM NUMBER OF ELEMENTS AROUND A POINT: 8
MAXIMUM NUMBER OF POINTS AROUND A POINT: 8
CORRXY (BIEF):NO MODIFICATION OF COORDINATES
MESH: MESH ALLOCATED
*************************************
* END OF MEMORY ORGANIZATION: *
*************************************
INBIEF (BIEF): NOT A VECTOR MACHINE (ACCORDING TO YOUR DATA)
STRCHE (BIEF): NO MODIFICATION OF FRICTION
THERE IS 320 ISLAND(S) IN THE DOMAIN
THERE IS 2 LIQUID BOUNDARIES:
Duration of job : 3718 seconds ( 1:1:58 ) (system=0 sec)
___________________________________________________________________________
*** FILES DELIVERY ***
- RESULTS FILE : results
- results
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4004

  • robetatis
  • robetatis's Avatar
Hello Christophe.
I followed your suggestion from last week (edit MAXFRO and fully re-compile) but the results file seems to have an error (I get the message "SEVERE: exception.IOException" when opening it with FUDAA).
If it is not too much trouble, I have attached the simulation files (.mat) so you can have a look.
Thanks a lot for your valuable advise.
Roberto
Attachments:
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4006

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
On my computer, it works but the steering file is not well configured.
Avoid printed variables in the listing file.
If you use FV scheme, you should reduce drasticaly the time step. try to use variable time step with a Disired Courant Number...

It works also well with the FE scheme with this steering file for example

File Attachment:

File Name: cas.txt
File Size: 2 KB


I have this partial result
resu.png


You should give a larger simulation duration to reach a steady state ...

Hope this helps
Christophe
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4013

  • robetatis
  • robetatis's Avatar
Hello Christophe.
Sorry to bother you again. The model seems to be running after I tried everything you suggested; however, even though I configured the cas file to print the Froude number during the run, nothing is being displayed (is the model really running?).
I attached a screenshot of the simulation window.
Best regards and thanks again.
Roberto
Attachments:
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4016

  • riadh
  • riadh's Avatar
Hi

It seems that your simulation is not running well or at least we can not conclude if it is really running.
Hereafter some suggestions:

1-Add these key words to your steering file:
VARIABLES FOR GRAPHIC PRINTOUTS = 'U,V,H,F'
GRAPHIC PRINTOUT PERIOD = 10 (change here)
LISTING PRINTOUT PERIOD = 500 (change here)

2-you are using finite volumes kernel, so add these key words to your steering file
EQUATIONS = 'SAINT-VENANT VF'
FINITE VOLUME SCHEME = 1
VARIABLE TIME-STEP = YES
DESIRED COURANT NUMBER = 0.8
DURATION = 200. (change here)

3- There is no need for the following :

STEERING FILE ='cas'
STOP CRITERIA =1.E-3;1.E-3;1.E-3
WATER DENSITY =1000

4- If you want to use finite element kernel, you can start with any validation test case of Telemac and readapt it to your application.

I hope that this helps.
Kindly
Riadh
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4036

  • robetatis
  • robetatis's Avatar
Hello
I tried all suggestions on all my models and most of them seem to be working now. There´s still, however, one mesh that does not work. This model has the exact same configuration as all others, the only difference is that is has more nodes (about 80.000). I´m attaching the simulation files for this model in case someone can have a look.
Thanks.
Roberto
Attachments:
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4037

  • riadh
  • riadh's Avatar
Hi

You do not indicate how the simulation stops, just at the beginning or later?
could you send us the output listing.

Riadh
The administrator has disabled public write access.

Re: simulation with many islands 12 years 8 months ago #4041

  • robetatis
  • robetatis's Avatar
Hello Riadh
Thanks a lot for your assistance.
The listing is below.
When I run the same model with the finite element method (instead of FV), it seems to work fine
=========================================================
Telemac System 5.6 to 6.1 - Perl scripts version 6.1
=========================================================
starting...

HOSTTYPE : g95
PROJECT : c:\TELEMAC\wing95s
BASE DIRECTORY : d:\hse_study_project\001_inline_tel
LAUNCH DIRECTORY : d:\hse_study_project\001_inline_tel
WORK DIRECTORY : d:\hse_study_project\001_inline_tel\cas3984_tmp
PARAMETER FILE : cas


*** Using CUSTOM configuration file :
c:\TELEMAC\wing95s\config\systel.ini ***



*** TELEMAC2D ON STATION ***


*** Interactive mode ***


*** RELEASE v6p1 ***

________________________________________________________
Steering file : cas
________________________________________________________

________________________________________________________
Starting execution: telemac2d.bat
________________________________________________________
______________________________________________________________________________
*** DEFAULT EXECUTABLE ***

c:\TELEMAC\wing95s\telemac2d\tel2d_v6p1\g95\telemac2dv6p1.exe
______________________________________________________________________________
*** ALLOCATION OF USER FILES ***

- STEERING FILE : cas
- DICTIONARY : telemac2dv6p1.dico
- GEOMETRY FILE : 001inline.ser
- BOUNDARY CONDITIONS FILE : cas.conlim
- LIQUID BOUNDARIES FILE : cas.liq
______________________________________________________________________________
*** RUNNING ***
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: pham

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.