In the NG database for XP12, I can only find the VOR and NDB (which appear to be colocated):
% grep KFK earth_nav.dat | grep -v IKFK | grep -v KFKA | grep -v KFKL | grep -v KFKR
3 38.804138889 30.546833333 3340 11220 130 5.000 KFK ENRT LT AFYON VOR/DME
12 38.804138889 30.546833333 3340 11220 130 0.000 KFK ENRT LT AFYON VOR/DME
2 38.804138889 30.546833333 0 324 25 0.000 KFK ENRT LT AFYON NDB
The airway data says this:
% grep KFK earth_awy.dat | grep -e R32 -e T54
KFK LT 3 HALIL LT 11 N 1 95 285 R32
KFK LT 3 HALIL LT 11 N 2 285 660 UR32
KFK LT 3 KINIK LT 11 N 1 95 285 R32-T54
KFK LT 3 KINIK LT 11 N 2 285 660 UR32-UT54
KFK LT 3 ROLVI LT 11 N 1 95 285 T54
KFK LT 3 ROLVI LT 11 N 2 285 660 UT54
(not sure what this format contains re: waypoint disambiguation)
(edit: or it looks like disambiguation is doe via region code LT and navaid type 3/VOR)
(perhaps the Simbrief issue – see below – is due to to the disambiguation information being either absent or ignored by SB?)
GNS430 airways:
% grep -A20 -F -e "R32," -e "T54," ATS.txt | grep -F -e "R32," -e "T54," -e KFK | grep -F -e HALIL -e KINIK -e R32 -e T54 | grep -v AR32 | grep -v CTR32 | grep -v -F "T54,5"
A,R32,21
S,KINIK,38.732222,29.999444,KFK,38.804139,30.546833,77,77,25.97
S,KFK,38.804139,30.546833,HALIL,39.390556,32.357778,77,63,91.37
A,R32,21
S,HALIL,39.390556,32.357778,KFK,38.804139,30.546833,243,244,91.37
S,KFK,38.804139,30.546833,KINIK,38.732222,29.999444,243,257,25.97
A,T54,17
S,KINIK,38.732222,29.999444,KFK,38.804139,30.546833,77,76,25.97
A,T54,17
S,KFK,38.804139,30.546833,KINIK,38.732222,29.999444,243,257,25.97
A,UR32,21
S,KINIK,38.732222,29.999444,KFK,38.804139,30.546833,77,77,25.97
S,KFK,38.804139,30.546833,HALIL,39.390556,32.357778,77,63,91.37
A,UR32,21
S,HALIL,39.390556,32.357778,KFK,38.804139,30.546833,243,244,91.37
S,KFK,38.804139,30.546833,KINIK,38.732222,29.999444,243,257,25.97
A,UT54,17
S,KINIK,38.732222,29.999444,KFK,38.804139,30.546833,77,76,25.97
A,UT54,17
S,KFK,38.804139,30.546833,KINIK,38.732222,29.999444,243,257,25.97
…the latter clearly indicates the VOR and/or NDB (KFK,38.804139,30.546833), so presumably the Navigraph data including airway information is correct, as far as I can tell?
But for some reason Simbrief does not route via the KFK VOR above:
% grep " KFK " earth_fix.dat
38.721138889 30.612805556 KFK LTAH LT 4595794 KFK
…is what appears to be used.
Regards,
Tim