Categories: CPACS modifier
State: :heavy_check_mark:
This is a template module. Its purpose is to illustrate how other modules of CEASIOMpy should be structured, set up and documented.
‘CPACSUpdater’ needs a CPACS file to modify.
‘CPACSUpdater’ computes nothing.
For each wing segment, you can choose which type of control surfaces to add in CEASIOMpy’s GUI.
Fowler flap:
Essentially ‘CPACSUpdater’: 1. Copies and scales original wing to make the flap. 2. Crops the original wing to make place for the flap.
Plain flap/rudder/aileron: It is important to specify the correct type of control surface if you are going to deform them in the future.
Essentially ‘CPACSUpdater’: 1. Chooses a point in x to divide the main wing in two parts. 2. Then uses a sin function to close these two parts.
Please call ‘CPACSCreator’ after calling ‘CPACSUpdater’ to check if your CPACS file has been correctly modified.
Modified CPACS file with control surfaces.
CPACSUpdater is a native CEASIOMpy module, hence it is available and installed by default.