This is a tutorial to find out if an aircraft is using:
CFD - Computational Fluid Dynamics Simulation
NPS - New Propeller Simulation
SBS - Soft Body Simulation
Feel free to share your findings here:
New Propeller | CFD | Soft Body Simulation - Aircraft List
What do you need?
You can use the Microsoft text ‘‘Editor’’, but it’s recommended to use a program like Notepad++
Airplane
CFD and SBS
- Go to your Microsoft Flight Simulator installation folder
- Open Community, Official or specific aircraft folder depending on where you want to check
- Type in searchbar: flight_model.cfg
- Select all the cfg files, right click ‘‘Edit with Notepad++’’
- Select ‘‘Search’’ in the taskmenu
- To search for CFD write:
CFD_EnableSimulation = 1
- Select ‘‘Search in open files’’, all listed Airplanes are using CFD
- To search for SBS write:
fuselage_rigidity
- Select ‘‘Search in open files’’, if the fuselage_rigidity value is bigger than 0 it uses SBS,
-1 means deactivated
NPS
- Go to your Microsoft Flight Simulator installation folder
- Open Community, Official or specific aircraft folder depending on where you want to check
- Type in searchbar: engines.cfg
- Select all the cfg files, right click ‘‘Edit with Notepad++’’
- Select ‘‘Search’’ in the taskmenu and type in:
prop_mod_use_modern = 1
- All listed aircraft are using NPS
Helicopter
CFD and SBS
- Go to your Microsoft Flight Simulator installation folder
- Open Community, Official or specific aircraft folder depending on where you want to check
- Select all the cfg files, right click ‘‘Edit with Notepad++’’
- Select ‘‘Search’’ in the taskmenu
- To search for CFD write:
use_modern_surfaces = 1
- Select ‘‘Search in open files’’, all listed Helicopters are using CFD
- To search for SBS write:
blade_flap_rigidity
- Select ‘‘Search in open files’’, every Helicopter listed witha blade flap rigidity value has SBS
NPS
(see Airplanes)
Quick copy:
Airplane
-
CFD:
flight_model.cfg
CFD_EnableSimulation = 1
-
SBS:
flight_model.cfg
fuselage_rigidity
-
NPS:
engines.cfg
prop_mod_use_modern = 1
Helicopter
-
CFD:
flight_model.cfg
use_modern_surfaces = 1
-
SBS:
flight_model.cfg
blade_flap_rigidity
-
NPS:
engines.cfg
prop_mod_use_modern = 1
Discussion here.