Skip to main content

AVxcelerate Simulation Framework 2025 R2

version

Last update: 16.07.2025
1
3
4#ifndef EXPORT_VERSION_VERSION_H_
5#define EXPORT_VERSION_VERSION_H_
6
7#include <string>
8
14{
15namespace core
16{
17
18std::string GetCoreVersion();
19std::string GetCorePublicVersion();
20std::string GetCoreInternalVersion();
21
22} // namespace core
23} // namespace simulation_framework
24
25#endif // EXPORT_VERSION_VERSION_H_
The namespace for all core functionalities under namespace simulation_framework.
The top namespace for simulation framework.

Connect with Ansys