Output format

Alles zu DELPHIN, dem Programm zur hygrothermischen Bauteilsimulation.

Moderatoren: ghorwin, fechner, ruisinger

Antworten
AlexBe
Beiträge: 2
Registriert: 15 Dez 2023, 11:54

Output format

Beitrag von AlexBe »

Hello,

I would like to use the results of multiple DELPHIN simulations in further processing. Is it possible to set the ouput-format to csv, tab-seperated or any similar structure? Otherwise I would need to handle the .d6o format. Or is there a dfifferent way to automatically process the standard output files (meaning: open the file, read it and save it in other files).

Thank you in advance!
Alexander
ghorwin
Beiträge: 30
Registriert: 03 Dez 2018, 13:49

Re: Output format

Beitrag von ghorwin »

Hi Alexander,

DELPHIN will write only in its native format. However, the d6o files are very easy to parse and if you know a little scripting (Python?) you may reasily read these files and dump them together into a single csv file.

Or better, just use the PostProc to load all your d60 files together, switch to table view and copy/paste the entire data to Excel or whatever.

If you let us know what you want to do with the date, I might give a more tailored solution.

-Andreas
AlexBe
Beiträge: 2
Registriert: 15 Dez 2023, 11:54

Re: Output format

Beitrag von AlexBe »

Hi Andreas,

thank you for respons. I used a short Python script to read and combine the files in a single csv file. This worked fine and without any problems.

-Alexander
Antworten