|
[Sponsors] |
February 2, 2012, 10:02 |
ffa2engold and lambda2 problems
|
#1 |
New Member
Olle Bodin
Join Date: May 2010
Posts: 2
Rep Power: 0 |
Hello
I am trying unsuccessfully to convert my results to ensight format incuding lambda 2. To output is as follows: [x_ollbo@neolith1 scania_fine_EDGE_steady_200g]$ ffa2engold -cb -l2 ../fine_extruded.bedg fine_extruded.aboc fine_extruded.bmsh fine_extruded.bout L2_inst_fine ffa2engold version $Rev: 2379 $ is starting... Processing steady grid and steady solution. All EnSight Gold data files will be stored on C Binary format. Adding lambda2 field. Reading mesh file "fine_extruded.bmsh". Update mesh to multi-region format -- Done reading. Analyzing mesh data -- Warning! There will be a loss in precision, since only single precision is allowed in EnSight Gold format. Writing file "L2_inst_fine.geo". -- Done analyzing. Reading solution file "fine_extruded.bout". Update solution to multi-region format Solution already in multi-region format -- Done reading. Update boundary to multi-region format BOUNDARY already in multi-region format ERROR IN MODULE FFA, ROUTINE "FFFSDS" !!! --- DATASET NOT ASSOCIATED, SEARCHING FOR n_edges --- ERROR IN MODULE FFA, ROUTINE "IVALUX" !!! --- STRING "n_edges" NOT FOUND --- STOPPING EXECUTION!! [x_ollbo@neolith1 scania_fine_EDGE_steady_200g]$ I have done this before but it was quite a while ago, what am I doing wrong? I am using Edge 5.2 (r2568) both for the calculation and for the attempted postprocessing. Any help would be greatly appreciated! mvh, Olle |
|
February 24, 2012, 15:25 |
|
#2 |
New Member
Adam Jirasek
Join Date: Mar 2011
Posts: 18
Rep Power: 15 |
were you able to solve your problem?
|
|
February 27, 2012, 09:16 |
|
#3 |
New Member
Olle Bodin
Join Date: May 2010
Posts: 2
Rep Power: 0 |
No, I have not been able to solve this. To be honest, I have not started looking through the code for ffa2engold yet which I suspect will be necessary as I do not understand the error message.
The string "n_edges" is present in the *.bedg file which I assume this part is about: BOUNDARY already in multi-region format ERROR IN MODULE FFA, ROUTINE "FFFSDS" !!! --- DATASET NOT ASSOCIATED, SEARCHING FOR n_edges --- ERROR IN MODULE FFA, ROUTINE "IVALUX" !!! --- STRING "n_edges" NOT FOUND --- But, as I wrote, this error does not make sense to me so I need to understand what ffa2engold does when it gives this error. Right now I do not have time for this but I will update the thread when I do. |
|
February 27, 2012, 17:18 |
|
#4 |
New Member
Adam Jirasek
Join Date: Mar 2011
Posts: 18
Rep Power: 15 |
Sure, keep me up on your progress, I'll check it out too and if I find something I let you know.
|
|
February 28, 2012, 04:51 |
|
#5 |
New Member
Adam Jirasek
Join Date: Mar 2011
Posts: 18
Rep Power: 15 |
Just checked the ffa2engold and seems to be working fine for me, this is an output. Check your bedg file with ffalist:
ffa2engold -cb -l2 Mesh.bedg Mesh.aboc Mesh.bmsh Edge.bout test2 ffa2engold version $Rev: 2379 $ is starting... Processing steady grid and steady solution. All EnSight Gold data files will be stored on C Binary format. Adding lambda2 field. Reading mesh file "Mesh.bmsh". Update mesh to multi-region format -- Done reading. Analyzing mesh data -- Warning! There will be a loss in precision, since only single precision is allowed in EnSight Gold format. Writing file "test2.geo". -- Done analyzing. Reading solution file "Edge.bout". Update solution to multi-region format Solution already in multi-region format -- Done reading. Update boundary to multi-region format BOUNDARY already in multi-region format EnSight solution analysis. Writing file "test2.density". -- Done writing. Writing file "test2.velocity". -- Done writing. Writing file "test2.pressure". -- Done writing. Writing file "test2.turb_viscosity". -- Done writing. Writing file "test2.rans_viscosity". -- Done writing. Writing file "test2.Cp". -- Done writing. Writing file "test2.temperature". -- Done writing. Writing file "test2.mach". -- Done writing. Writing file "test2.Cp_total". -- Done writing. Writing file "test2.Po_Po_inf". -- Done writing. Writing file "test2.lambda2". -- Done writing. /opt/common/bware/x86_64/edge/trunk/bin//fb2cb Casename: test2 Converting the following files ['test2.geo', 'test2.density', 'test2.velocity', 'test2.pressure', 'test2.turb_viscosity', 'test2.rans_viscosity', 'test2.Cp', 'test2.temperature', 'test2.mach', 'test2.Cp_total', 'test2.Po_Po_inf', 'test2.lambda2'] to C Binary format. Done converting test2.geo Done converting test2.density Done converting test2.velocity Done converting test2.pressure Done converting test2.turb_viscosity Done converting test2.rans_viscosity Done converting test2.Cp Done converting test2.temperature Done converting test2.mach Done converting test2.Cp_total Done converting test2.Po_Po_inf Done converting test2.lambda2 this is my ffalis of bedg file (just the first MG level) |
|
Tags |
ffa2engold, lamda2, postprocessing |
|
|