Ejemplo n.º 1
0
def runDLLM(wing_param, OC):
    
        DLLM = DLLMSolver('Wing',wing_param,OC)
        DLLM.run_direct()
        DLLM.run_post()
        
        output = DLLM.get_F_list()
        F_list_names = DLLM.get_F_list_names()
        return output, F_list_names      
Ejemplo n.º 2
0
def runDLLM(wing_param, OC):

    DLLM = DLLMSolver('SimpleM6', wing_param, OC)
    DLLM.run_direct()
    DLLM.run_post()

    output = DLLM.get_F_list()
    F_list_names = DLLM.get_F_list_names()
    return output, F_list_names