link Star CCM+ and Matlab

78 visualizaciones (últimos 30 días)
Alessio
Alessio el 19 de Oct. de 2011
Comentada: SorMun el 16 de Nov. de 2023
Hi!!! I have a question... I would like to open and work with a software (Star CCM+ by Adapco) from Matlab. I have done the same thing with Catia using the function "actxserver(Catia.Application)" but first I registered Catia like a com server with the string "CNEXT/regserver" in the DOS environment. The problem is that I don't know which are the strings to use for Star CCM for the regserver and actxserver functions...how can I find them?? Thank you everybody!!
  2 comentarios
SorMun
SorMun el 7 de Dic. de 2016
Hi Alessio,
This might not be the answer you are expecting since it applies to an equivalent CFD solver and not to Star CCM+. ANSYS Fluent has such functionality, so just in case, if this is an option for you, I will go ahead and answer.
It seems like you are looking for the equivalent functionality offered by ANSYS Fluent, i.e. the actfluentserver function. actfluentserver function is available on all Matlab platforms (not just limited to Windows) and allows connection to remote/local running Fluent sessions.
For more information, please visit my blog at http://www.ansys-blog.com/how-to-make-matlab-apps-for-ansys/ .
You need more or less three lines of code to connect with a remote Fluent session (if, interested please read it in detail in the blog):
orb=initialize_orb
load_ansys_aas()
fluent_object=actfluentserver(orb,'aaS_FluentId.txt')
Once you activated the fluent_object then you can use it to make requests to the remote solver ( Fluent in this case).
Hope it helps
Sorin
Dursman Mchabe
Dursman Mchabe el 20 de Mzo. de 2021
Hello Alessio,
I am facing the same challenge.
How did you solve the challenge?
Thanking you in advance.

Iniciar sesión para comentar.

Respuesta aceptada

Sarah Palfreyman
Sarah Palfreyman el 10 de En. de 2017
As Sorin mentions, see ANSYS for the MATLAB AAS Toolbox interface.
  1 comentario
SorMun
SorMun el 16 de Nov. de 2023
The toolbox is now availabe for download from Mathworks File Exchange at
Sorin

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by