crostolo
Aerospace
- Apr 2, 2015
- 28
Hi,
I'm writing a simple .bas file that does a Modal FreeFree analysis automatically. The problem is that I'm not able to print groundcheck results in the .f06 file.
In the code I've put the requests (taken by API guide)
...
feMod.NasMCheckOn = True
...
feMod.NasMCheckGrndDOFSet(0) = true
feMod.NasMCheckGrndDOFSet(1) = true
feMod.NasMCheckGrndDOFSet(2) = true
feMod.NasMCheckGrndDOFSet(3) = true
feMod.NasMCheckGrndDOFSet(4) = true
....
but they doesn't appear in the .f06 file.
If I read .dat/.bdf file indeed there isn't the voice GROUNDCHECK(SET=ALL)=YES, or similar, before the BEGIN BULK card.
I've tried to modifiy "Destination" property to Print, Print+Post etc but not solve the problem
Anyone has done something similar? Any help would be much appreciated.
Thank in advice.
Crostolo
I'm writing a simple .bas file that does a Modal FreeFree analysis automatically. The problem is that I'm not able to print groundcheck results in the .f06 file.
In the code I've put the requests (taken by API guide)
...
feMod.NasMCheckOn = True
...
feMod.NasMCheckGrndDOFSet(0) = true
feMod.NasMCheckGrndDOFSet(1) = true
feMod.NasMCheckGrndDOFSet(2) = true
feMod.NasMCheckGrndDOFSet(3) = true
feMod.NasMCheckGrndDOFSet(4) = true
....
but they doesn't appear in the .f06 file.
If I read .dat/.bdf file indeed there isn't the voice GROUNDCHECK(SET=ALL)=YES, or similar, before the BEGIN BULK card.
I've tried to modifiy "Destination" property to Print, Print+Post etc but not solve the problem
Anyone has done something similar? Any help would be much appreciated.
Thank in advice.
Crostolo