In CS 4.3.0, i am trying to set up a case with a fan.
I have only added the cs_user_parameter-fan.c file in SRC and then run the case.
The computation fails with the following message :
Code: Select all
cs_field.c:2127: Fatal error.
Field "fans_ids" is not defined.
Call stack:
1: 0x7fc782f23103 <cs_field_by_name+0x63> (libsaturne.so.0)
2: 0x7fc782f20391 <cs_fan_flag_cells+0x171> (libsaturne.so.0)
3: 0x7fc782f20589 <cs_fan_compute_flows+0x89> (libsaturne.so.0)
4: 0x7fc782fe59a2 <predvv_+0x5922> (libsaturne.so.0)
5: 0x7fc782fd23fb <navstv_+0x2276> (libsaturne.so.0)
6: 0x7fc783003619 <tridim_+0x4d79> (libsaturne.so.0)
7: 0x7fc782ec82e5 <caltri_+0x2a55> (libsaturne.so.0)
8: 0x7fc782e99ada <cs_run+0x48a> (libsaturne.so.0)
9: 0x7fc782e9950f <main+0x12f> (libsaturne.so.0)
10: 0x7fc7807c6af5 <__libc_start_main+0xf5> (libc.so.6)
11: 0x4008f9 <> (cs_solver)
End of stack
I tried to see in which part of the code this field could be initialized but didn't find so far.
Any ideas ? Is there another parameter file in which we have to declare fans and initialize fields ?
Thanks,