Re: Total dynamic head measurement
Posted: Fri May 25, 2018 9:56 am
Hello,
Thanks for your reply Yvan, it was really helpful.
I achieved to print what I wanted for each iteration with :
I would like to know how to print also the associated time step using the double variable t_cur.
I tried to code :
But an error is appearing.
Do you have any suggestion ?
Please find attached the SRC file.
Best,
Valentin
Thanks for your reply Yvan, it was really helpful.
I achieved to print what I wanted for each iteration with :
Code: Select all
fprintf(chargecsv,
%e %s %e\n",
charge_bas,";",charge_haut);
I would like to know how to print also the associated time step using the double variable t_cur.
I tried to code :
Code: Select all
fprintf(chargecsv,
"%e %s %e %s %e\n",
t_cur,";",charge_bas,";",charge_haut);
But an error is appearing.
Do you have any suggestion ?
Please find attached the SRC file.
Best,
Valentin