The configuration file

The .conf file contains different options which specify the problem that APM will solve. The contents of an example .conf file are shown below:

c_ref = 1 
b_ref = 1
S_ref = 1
x_cg = 0 
y_cg = 0 
z_cg = 0
trailing_edge_angle = 150
p_ref = 101325
rho_ref = 1.225
mu_ref = 1.789e-5
norm_V_ref = 1
M_ref = 0
alpha = 0 
beta = 0 
p = 0
q = 0
r = 0
dt = 1
N_timesteps = 1
restart_from_checkpoint = 0
wake_alignment = 0
wake_angle = 0
wake_rollup = 1
output_frequency = 1
paraview_output = 1
tecplot_output = 0
json_output = 0
extended_output = 0
doublet_gradient_scheme = 0
neighbour_tolerance = 1e-6
trefftz_plane_analysis = 0
tip_panels =   
symmetry = 0

The values in the above .conf file are in SI units - m, kg, s. You can use different units as long as they are consistent across the .conf file.

Refer to the table below for a detailed description of each option.

Last updated