Hi all,

For averaging two average files in Nektar++, the user guide said that we need to use the next order for averaging file1.fld and file2.fld:

FieldConvert -m combineAvg:fromfld=file1.fld file1.xml file2.fld  output_file3.fld

This command works fine using two files as an inputs files.
________________________________
How we can take average of three files, I tried to used the same command by adding the third file name after file2.fld to be like:

FieldConvert -m combineAvg:fromfld=file1.fld file1.xml file2.fld   file3.fld output_file3.fld

it works with no error and gives output file, but i tried to corrupt the name of the third file in the command line and it worked fine again, which means there is no consideration for the third file name in the command line????

Any suggestions? for taking the average of three average field files in one command line


Thanks,
Regards

Reda el Masny
PhD student in UPC.es