I'm finding some issues with cape generated namelist files for different phases. My framework builds from an existing template nml in order to define component_paramters for exit planes (circle components).
A few issues come up when doing this:
Circle components are indexed properly in the template but rearranged incorrectly in the output file.
E.g., components 1-214 are boundary components and the last 38 components are circles (215-253).
The circles are improperly re-indexed with indices (1-38) for components that don't exist for boundaries (i.e. _circle_center, circle_normal, circle_radius, calculate_thrustratio).
For component properties with xyz index inputs, the order of indexing is switched from (_xyz_index, componentindex) to (_component_index, xyzindex).
e.g. for _circlecenter, _circlenormal, etc.. FUN3D user manual definition implies these should be defined as (_xyzindex,
_componentindex).
Using cape v1.1.1.1:
I'm finding some issues with cape generated namelist files for different phases. My framework builds from an existing template nml in order to define component_paramters for exit planes (circle components).
A few issues come up when doing this:
Circle components are indexed properly in the template but rearranged incorrectly in the output file.
For component properties with xyz index inputs, the order of indexing is switched from (_xyz_index, componentindex) to (_component_index, xyzindex).