OpenVSP+Calculix

195 views
Skip to first unread message

Peter Hauschild

unread,
Nov 8, 2023, 7:13:44 AM11/8/23
to OpenVSP
Hi!
I'm trying to do the coupled aerodynamical and structural solver but i cannot figure out how to do this. For now, i realized i had to dump all of the Calculix files to the OpenVSP main folder to run the program, but i like to do it in a windows enviromental path, but i could not figure out which files should i include.

Also, a have an issue, where Calculix is looking for a .dat file which is not generated in OpenVSP.

Thanks,

cean wang

unread,
Nov 9, 2023, 3:18:50 AM11/9/23
to 'Miroslav Grulovic' via OpenVSP
What calculix files you dumped into vsp folder?

--
You received this message because you are subscribed to the Google Groups "OpenVSP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvsp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvsp/9dba1256-c0c9-4eb0-b516-74fbb2095fa4n%40googlegroups.com.

Peter Hauschild

unread,
Nov 9, 2023, 9:02:39 AM11/9/23
to OpenVSP
Hi!
The cgx.exe, ccx.exe, glut64.dll and the bin folder with it's contents. I know it is possible to do it with with environmental path, but i was not able to do it.

cean wang

unread,
Nov 9, 2023, 3:34:33 PM11/9/23
to 'Miroslav Grulovic' via OpenVSP
No, no need to do that. Which calculix package you use and where you stored it in your local drive? You need to register the path to the folder which holds the cvx.exe into window's PATH variable. 

On Fri, 10 Nov 2023, 1:02 am Peter Hauschild, <h4u...@gmail.com> wrote:
Hi!
The cgx.exe, ccx.exe, glut64.dll and the bin folder with it's contents. I know it is possible to do it with with environmental path, but i was not able to do it.
cean wang a következőt írta (2023. november 9., csütörtök, 9:18:50 UTC+1):
What calculix files you dumped into vsp folder?

On Wed, 8 Nov 2023, 11:13 pm Peter Hauschild, <h4u...@gmail.com> wrote:
Hi!
I'm trying to do the coupled aerodynamical and structural solver but i cannot figure out how to do this. For now, i realized i had to dump all of the Calculix files to the OpenVSP main folder to run the program, but i like to do it in a windows enviromental path, but i could not figure out which files should i include.

Also, a have an issue, where Calculix is looking for a .dat file which is not generated in OpenVSP.

Thanks,

--
You received this message because you are subscribed to the Google Groups "OpenVSP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvsp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openvsp/9dba1256-c0c9-4eb0-b516-74fbb2095fa4n%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "OpenVSP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openvsp+u...@googlegroups.com.

Peter Hauschild

unread,
Nov 10, 2023, 4:45:29 AM11/10/23
to OpenVSP
Thank you, i realized i had to restart my computer to make it. Do you know how to solve the issue, when calculix is looking for a .dat file, when you try to solve it through OpenVSP?

wang cean

unread,
Nov 10, 2023, 7:38:46 AM11/10/23
to ope...@googlegroups.com
calculix needs inp file, so I think it's an error from vsp.

Looking at code, here:
This line:
   string newfile = m_ScreenMgr->FileChooser( "Select Calculix .dat file.", "*.dat", vsp::SAVE );
should change to:
   string newfile = m_ScreenMgr->FileChooser( "Select Calculix .inp file.", "*.inp", vsp::SAVE );  

I have problem to build vsp, so can't test it.
I can't build the lib files.

32>LINK : fatal error LNK1181: cannot open input file '..\geom_api\Release\geom_api_g.lib'
32>Done building project "apitest_g.vcxproj" -- FAILED.
31>LINK : fatal error LNK1181: cannot open input file '..\gui_and_draw\Release\gui_and_draw.lib'
31>Done building project "vsp.vcxproj" -- FAILED.

发件人: ope...@googlegroups.com <ope...@googlegroups.com> 代表 Peter Hauschild <h4u...@gmail.com>
发送时间: 2023年11月10日 20:45
收件人: OpenVSP <ope...@googlegroups.com>
主题: Re: [OpenVSP] OpenVSP+Calculix
 
Reply all
Reply to author
Forward
0 new messages