while should be moved up int count = 0; count = in.read( buffer, 0, buffer.length ); // should be added here!!! while (count != -1) { _outputStream.write( buffer, 0, count ); count = in.read( buffer, 0, buffer.length ); };
Bug in MimeEncodedMessageBody.addFile( String name, UploadFileSpec spec )
THE PROJECT IS MOVED TO GitHub https://github.com/markmal/freeship-plus-in-lazarus
Thanks Andre! It looks like I've found the issue. After inverting the camber down, the foil was shifted a tiny bit down, so trailing edge was slightly below 0. I've normalized the foil and it converged almost on every AoA. Now another issue whole plane is not analizing, showing "could not be interpolated" for wing, and "is outside the flight envelope" for elevator, at all AoAs. Though all these Re and AoA are calculated in Direct Foil Analysis. All Type 1. Viscous. Elevator is shifted up by 0.01m...
Hi, I'm designing hydrofoil. My elevator need to produce opposite lift. I can use simmetrical foil and negative AoA. But to reduce drag I want to use a foil with downward camber. Trying to analyze the profile for AoA -3 to +6 - nothing is converged. Is positive/zero camber a requirement for XFOIL algorithms? Is there any workaround?
Thanks Andre, yes, it looks like it is the punctuatiuon related issue. For example, number was 200,000 I've edited it by inserting zero into - 2000,000. The new value was not accepted. However 2000000 was acepted. Not a bug, rather a little bit confusing behaviour. No problem. Thanks for clarification.
impossible to enter big Re into list
Hi, please use https://github.com/markmal/freeship-plus-in-lazarus/issues to log issues. ---I cannot reproduce the issue. I've exported my model "board.ftm" to Michlet without problems.--- I can reproduce the issue. Fixing.... On Sun, Sep 3, 2017 at 9:32 AM, Ticket 5 5@tickets.freeship-plus-in-lazarus.p.re.sf.net wrote: [tickets:#5] https://sourceforge.net/p/freeship-plus-in-lazarus/tickets/5/ Michlet output in windows * Status: New Created: Sun Sep 03, 2017 01:32 PM UTC by Anonymous Last Updated:...
Hi, please use https://github.com/markmal/freeship-plus-in-lazarus/issues to log issues. I cannot reproduce the issue. I've exported my model "board.ftm" to Michlet without problems. On Sun, Sep 3, 2017 at 9:32 AM, Ticket 5 5@tickets.freeship-plus-in-lazarus.p.re.sf.net wrote: [tickets:#5] https://sourceforge.net/p/freeship-plus-in-lazarus/tickets/5/ Michlet output in windows * Status: New Created: Sun Sep 03, 2017 01:32 PM UTC by Anonymous Last Updated: Sun Sep 03, 2017 01:32 PM UTC Owner: markmal...
Thank you André!
Working on hydrofoil, I tried stability analysis with CoG Z=0 and CoG Z=200cm. I...
Version 6.14 does accept viscosity values such as 1.5e-8. Yes, it does. Thanks! (though,...
Version 6.14 does accept viscosity values such as 1.5e-8. Yes, it does. Thanks! (though,...
I've found MIT library for various water properties http://web.mit.edu/seawater/...
Hi Andre, It is great you express your interest in hydrofoil support. So far I found...
The application is built for Qt window environment. This is first release of FreeShip+...
I've moved the project into GitHub https://github.com/markmal/freeship-plus-in-lazarus...
adding Qt target
I see many people like GitHub. I'll do it and let you know.
I've started Qt target. BTW it natively has MDI. It needs to install qt4pas and add/switch...
Regarding abs path in Packages/FreePackage.lpk, I am not sure if Lazarus will compile...
Regarding abs path in Packages/FreePackage.lpk, I am not sure if Lazarus will compile...
Missing files added to SVN
Hi Sönke, thanks for looking into that. Regarding pathes, the project path is "/home/mark/MyProjects/freeship-plus-in-lazarus/"....
Unfortunately MDI windows (document windows inside main window) are not supported...
Test only Version 3.5.2.45 in Lazarus
Test only Version 3.5.2.36 in Lazarus
Test only Version 3.5.2.35 in Lazarus
Test only Version 3.5.2.25 in Lazarus
Test only Version 3.5.2.21 in Lazarus
install/uninstall scripts improvements
Test only Version 3.5.2.20 in Lazarus
cosmetic fix
New features and fixes:
Test only Version 3.5.2.19 in Lazarus