Hello,
when using the Finite Volume kernel a lot of Finite Element related keywords are disregarded. As Jean-Michel said also TYPE OF ADVECTION is not considered and the Finite Volume kernel computes the SWE equations. With the keyword FINITE VOLUME SCHEME you can choose between the following schemes:
'0="Roe scheme"';
'1="kinetic order 1"';
'2="kinetic order 2"';
'3="Zokagoa scheme order 1"';
'4="Tchamen scheme order 1"';
'5="HLLC scheme order 1"';
'6="WAF scheme order 2"'
Example for Finite Volume steering file:
EQUATIONS ='SAINT-VENANT VF'
FINITE VOLUME SCHEME =5 / 5=HLLC
VARIABLE TIME-STEP =true
DURATION =7200
DESIRED COURANT NUMBER =0.95
Have a look in the Telemac-2D User Manual for more informations:
www.opentelemac.org/index.php/manuals/vi...tegory/13-telemac-2d
Hope this helps,
Clemens