Jump to content

Carlos Almeida

Members
  • Content Count

    26
  • Joined

  • Last visited

Everything posted by Carlos Almeida

  1. Hello Carl, Is there any documentation regarding the installation of the SSH Resource Manager Server? Best regards, Carlos
  2. Hi Carl, Does this mean I have access to the SSH Resource Manager utility? Best regards, Carlos
  3. Hello, I'm trying to connect CAESES to Star-CCM+ using a Javascript I wrote using some macros from Star-CCM+. I don't have access to the SSH Resource Manager, but I need to run my simulations in a cluster. So I wrote a .java code that uses JSch to connect my local machine to the host via SSH, and the code runs smoothly on IntelliJ, where I can add the JSch libraries easily. However, CAESES gives me an error when it tries to run the simulation using my macro: How can I add the JSch .jar libraries to CAESES?
  4. Hello Heinrich, Thanks for your response. I've tried using a knot spacing as small as 0.001 (my model has a LOA of 300m), and it doesn't work. So there's probably something wrong with the initial meta-surfaces, but I can't figure out what, because the original model is closed. Would you please take a look at the project? Best regards, Carlos
  5. I've tried a knot spacing as small as 0.01m (my model has a length of 300m), but it doesn't work in some LCB choices. It doesn't break the geometry for some specific values, it seems random. I can't use a smaller knot spacing. Best regards, Carlos
  6. Hello, What would be reasonable values for the knot spacing and the data reduction? I can't find that info. Best regards, Carlos
  7. I've figured it out. The project folder and files should be on my local machine. Best regards, Carlos
  8. Hello, I'm having this problem when I try to run the Software Connector only, without a specified design engine. I've deleted the manual_results/baseline/Connector1 folder and let CAESES create it. I can see the outputs from Star-CCM inside CAESES and the folder with the results is created (manual_results/baseline/Connector1), but it seems like it can't open the .png and the .csv files, but they're there. The path referenced by the error is correct: *** INFO FGenIntReader : Could not open file /IP/Home/carlos_almeida/CAESES_connection3/.../manual_results/designOfExperiments/starCCMconnectorSYM1//rf.csv for reading [parsing process aborted] *** INFO FResultsGenInt : File read error [Failed to open file /IP/Home/carlos_almeida/CAESES_connection3/.../manual_results/designOfExperiments/starCCMconnectorSYM1/pressure.png] But it can't access it. I've tried a lot of things, including using an empty string on "Save directory", as well as setting the "Save directory" as the path to the /Connector1 folder. Maybe I have some problem with FGenIntReader and FResultsGenInt? Thank you for your response. Best regards, Carlos
  9. Hello, Do I have access to the Add-On AdvancedOpt on the Free Student license? Best regards, Carlos
  10. These are the errors I'm getting after the run is finished:
  11. Hello Carl, That helped a lot, thank you. I'm back to the baseline without any losses. But I'm still having the same problem, even after making a new Software Connector. I don't see the option to send files via messages, so I'm attaching it here. Best regards, Carlos
  12. Hello, Yes. Can you tell me your e-mail, please? Another thing, when I open my CAESES project, I get the options in the screenshot below. Maybe that has something to do with it? If I select "baseline", I lose a lot of work inside of CAESES. I've connected the 2 softwares effectively and can see the output from Star-CCM inside of CAESES, but even after my simulation is completed, all of my evals are NaNs. Best regards, Carlos
  13. Just a tip to anyone who might go through this: If you don't have a PoD license, just use "-batch xxx.java yyy.sim" as the argument.
  14. Hello Carl, I did create the evaluation parameter and it looks like this: starCCMconnectorSYM1.getResults().getTable("RTsym.csv").getElementAt("RTsym"), where starCCMconnectorSYM1 is my Software Connector and RTsym is the parameter extracted from the result .csv file. I've set the parameter as an evaluation in the Sobol settings, but I still get the same error. Best regards, Carlos
  15. Hello, I have a student license and I'm not sure what should I out on the Arguments section of the Software Connector. How can I know if my license is a Power on Demand license or not? And if it is, how do I find the combination of numbers and letters to substitute the "xxx"? "-batch setup.java -rsh ssh -np 2 -power -podkey xxx -licpath 1999@flex.cd-adapco.com -new" I may also have access to a license from my university, so I could check that out also. Best regards, Carlos
  16. Hello, I'm following the tutorial "Shape Optimization using CAESES and STAR-CCM+" and everything is ok until I try to run the Sobol algorithm. Then, it gives the following error message: "There are evaluations that are not influenced by any design variable." If I click "continue", then my models are generated, but all my evaluations are "nan". What could be causing that? Best regards, Carlos
  17. Hello Hedi, To do the 1st option, could I, for example, just change the highlighted line on the print screen? This is from the setup.java file that goes into the "Input Files" of the Software Connector. Best regards, Carlos
  18. Thanks for the response. Is there any way I can run the simulations on a cluster without this add-on? Best regards, Carlos
  19. Hello, I'm having some trouble to define the "SSH Resource Manager Address" on Software Connector. It isn't the IP of the cluster I'll be using (and where the version of Star-CCM where i'm running the simulations is installed). What is it? Best regards, Carlos
  20. Actually, I got the same errors when I tried to use different deltaXCB values. Does anyone know what might be causing that? Best regards, Carlos
  21. Hello, I'm trying to use the Generalized Lackenby feature on my model, but I'm experiencing some problems: My model has a long middle parallel body, so I'm not sure where the delta curves should end (Aftbody) or begin (Forebody): LPP/2 or in the middle of the parallel body? I've tried it, but free edges suddenly appear on the aft body. Aft body delta curve end = end of the aft body and Forebody delta curve begin = begin of the forebody: same problem. No input: same problem as before and I can't figure out how the point is defined automatically. Please take a look at the attached screenshot, which shows the free edge that appears, between the FOB surface and one of my aft body meta-surfaces, after I apply Lackenby letting CAESES decide the Aftbody delta curve end and the forebody delta curve begin. Maybe I have errors on the original model, even if the original hull is closed? Best regards, Carlos
  22. Hello, I've been using CAESES for a couple of months now and I really want to use it on my hull optimization research. However, I am still not able to generate really smooth hull surfaces (especially in the stern). At least I can't do it using the techniques presented on the tutorials. I really need help, I'm stuck. I have attached an example of a stern with the level of smoothness I am aiming for. I can't reach this using the 3 point technique (start, mid, end) of the metasurface tutorials. Thank you in advance, Carlos
  23. Hello, I am experiencing an error when I try to connect Star-CCM and CAESES. I'm following the tutorial, but my .sim file is really big (ca. 800MB without mesh and solution), so I can't add the simulation path to the Input Files part of the Software Connector. I'm attaching a s screenshot of the error. Another unrelated question: I have to run the simulations on a cluster due to the their sizes. How can I do that on the Java Macro? According to the tutorial, I save the setup.java file after running some iterations, but I can't run an iteration on my machine, it would take too long. Thanks, Carlos
×
×
  • Create New...