!!! 'morino' is not a valid formulation.
dady-mlops opened this issue · 1 comments
dady-mlops commented
Hi dear MachLine team!
I started work with your software and received the follow error for the first one example:
Got input file: dev/input_files/half_wing_input.json
Reading and analyzing surface mesh
User has selected linear-doublet-constant-source panels.
Reading surface mesh in from file dev/meshes/half_wing_right.vtk... Done.
Surface mesh has 685 vertices and 1336 panels.
Mesh set to mirror about xz plane.
Locating adjacent panels...Done. Found 2020 edges.
Calculating vertex geometric parameters... Done.
Initializing based on flow properties
Initializing flow-dependent panel properties... Done. Found 0 superinclined panels.
Characterizing edges...Done. Found 19 wake-shedding edges.
Determining where vertex clones are needed... Done.
Cloning vertices at wake-shedding edges...Done. Cloned 19 vertices. Mesh now has 704 vertices.
Initializing wake with a Trefftz distance of 7.9603E+01...Done. Created 76 wake vertices and 38 wake panels distributed between 19 strips.
Setting up panel singularity distributions... Done.
!!! 'morino' is not a valid formulation. Quitting...
I changed "formulation"
parameter in .json
from "morino"
to "dirichlet-morino"
. Code works, but is it correct substitution?
P.S. Also, could you provide me papers of Core Goates from Literature section, please? I don't have access to these papers, but want to read them so much. I would be happy to stay in touch with you!
corygoates commented
Yes your substitution is correct. Not all of the input files in dev/
have been updated to reflect the recent change.