Compiler EDEM-FLUENT Error
Hi all,
I`ve tried to use the EDEM-Fluent compiler and I get the following erros. Could anyone assist me to solve it?
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.11.38
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Compilador de optimización de C/C++ de Microsoft (R) versión 19.29.30154 para x64
(C) Microsoft Corporation. Todos los derechos reservados.
AdaptorInterface.cpp
Compilador de optimización de C/C++ de Microsoft (R) versión 19.29.30154 para x64
(C) Microsoft Corporation. Todos los derechos reservados.
CAdaptorQuaternion.cpp
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(58): error C2039: "string": no es un miembro de "std"
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(28): note: vea la declaración de 'std'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(58): error C2061: error de sintaxis: identificador 'string'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): error C2039: "string": no es un miembro de "std"
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(28): note: vea la declaración de 'std'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): error C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): error C2143: error de sintaxis: falta ';' delante de '&'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): error C7524: El especificador "inline" no puede aparecer en una declaración de ámbito de bloque o un miembro de datos no estático.
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): error C2334: símbolos (token) inesperados delante de '{'; se pasará por alto el cuerpo de función aparente
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C2327: 'NApiEDEM::CGeometrySection::string': no es un nombre de tipo, elemento estático o enumerador
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C2039: "string": no es un miembro de "std"
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(28): note: vea la declaración de 'std'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C2143: error de sintaxis: falta ',' delante de '&'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(84): error C2327: 'NApiEDEM::CGeometrySection::string': no es un nombre de tipo, elemento estático o enumerador
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(84): error C2039: "string": no es un miembro de "std"
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\memory(28): note: vea la declaración de 'std'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(84): error C3646: 'm_sectionName': especificador de invalidación desconocido
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(84): error C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(56): error C2789: 'NApiEDEM::CGeometrySection::string': se debe inicializar un objeto de tipo
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): note: vea la declaración de 'NApiEDEM::CGeometrySection::string'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(55): error C2614: 'NApiEDEM::CGeometrySection': inicialización de miembro no válida: 'm_sectionName' no es una base o miembro
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(63): error C2065: 'sectionName': identificador no declarado
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(64): error C2065: 'triangles': identificador no declarado
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(65): error C2789: 'NApiEDEM::CGeometrySection::string': se debe inicializar un objeto de tipo
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(70): note: vea la declaración de 'NApiEDEM::CGeometrySection::string'
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(63): error C2614: 'NApiEDEM::CGeometrySection': inicialización de miembro no válida: 'm_sectionName' no es una base o miembro
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C2065: 'm_sectionName': identificador no declarado
C:\Program Files\DEM Solutions\EDEM 2018\src\Api\Coupling\CouplingUtils.h(78): error C2065: 'name': identificador no declarado
Compilador de optimización de C/C++ de Microsoft (R) versión 19.29.30154 para x64
(C) Microsoft Corporation. Todos los derechos reservados.
CCellAndThreadData.cpp
Compilador de optimización de C/C++ de Microsoft (R) versión 19.29.30154 para x64
(C) Microsoft Corporation. Todos los derechos reservados.
CFluentParticleData.cpp
Compilador de optimización de C/C++ de Microsoft (R) versión 19.29.30154 para x64
(C) Microsoft Corporation. Todos los derechos reservados.
CParticleData.cpp
I´m using EDEM 2018 - Fluent 19 R3, and the documentation posted on: https://community.altair.com/community/en/altair-edem-cfd-coupling-for-ansys-fluent?id=kb_article&sys_id=c9bacfbe97935114e3b0361e6253af53
By the way, currently I can´t access that link. Is this documentation still available?
Thanks,
Alberto Bravo
Answers
-
Hi Alberto,
Just to check if you have a full license for EDEM/Altair products or the Student version? The Student version doesn't have access to CFD coupling, you can see the limitations here:
https://web.altair.com/altair-student-edition#license-activation
If you have a non-student license the latest coupling link is https://community.altair.com/community/en/altair-edem-coupling-for-ansys-fluent-with-combustion?id=kb_article&sysparm_article=KB0117663
Regards
Stephen
0 -
Hi Stephen. I collaborate with Alberto in modelling fluent-particle systems. I have a non-student license but i cannot follow the link you wrote in your previous answer. I am already registered on altair. ¿what can i do?¿there's another way to get into that coupling link?
Thank you
0 -
ALVARO SÁNCHEZ-MEDINA said:
Hi Stephen. I collaborate with Alberto in modelling fluent-particle systems. I have a non-student license but i cannot follow the link you wrote in your previous answer. I am already registered on altair. ¿what can i do?¿there's another way to get into that coupling link?
Thank you
Hi Alvaro
What is the error you get when you click on the link?
Here is the link again for your reference: https://community.altair.com/community/en/altair-edem-coupling-for-ansys-fluent-with-combustion?id=kb_article&sysparm_article=KB0117663
Thanks,
Jerrin Job0 -
This is the message. But i am already registered.
0 -
ALVARO SÁNCHEZ-MEDINA said:
This is the message. But i am already registered.
Hi, I'll check with the community admin but it maybe something your account manager can ensure the relevant permissions are applied to access the link.
RegardsStephen
0 -
Stephen Cole_21117 said:
Hi, I'll check with the community admin but it maybe something your account manager can ensure the relevant permissions are applied to access the link.
RegardsStephen
Thank you. I await your response.
best regards
0