/CFDClientProgram

SimCenter CFD Agave Client Program for NHERI

Primary LanguageC++OtherNOASSERTION

Please make note of the COPYING file for the copyright and licensing information. 

If you attempt to recompile this, particularly when using QT creator, take note that most platforms do not have the old SSL implementations, for many very good reasons, but QT may expect some of them and complain. Do NOT compile old and dangerous SSL versions. Rather, supress this error message using build environment variables. QT_LOGGING_RULES should be set to: qt.network.ssl.warning=false

This engine is designed to allow access to resources using an Agave interface. See: https://agaveapi.co for more information.

This program uses the AgaveClientInterface Library. To make this simple, submodules and subtrees are not used.

Rather, the AgaveClientInterface repo, also from NHERI-SimCenter, should be cloned into a folder right next to this repo. 

That is, CFDClientProgram and AgaveClientInterface should be subfolders of the same super-folder.