#include "ITHACAsystem.H"
Go to the source code of this file.
Namespaces | |
namespace | ITHACAutilities |
Namespace to implement some useful assign operation of OF fields. | |
Functions | |
void | ITHACAutilities::createSymLink (word folder) |
Creates symbolic links to 0, system and constant. | |
void | ITHACAutilities::createSymLink (word linkFolder, word destFolder) |
Creates a symbolic link to linkFolder into the destFolder. | |
bool | ITHACAutilities::check_folder (word folder) |
Checks if a folder exists. | |
bool | ITHACAutilities::check_off () |
Check if the offline data folder "./ITHACAoutput/Offline" exists. | |
bool | ITHACAutilities::check_file (std::string fileName) |
Function that returns true if a file exists. | |
bool | ITHACAutilities::check_pod () |
Check if the POD data folder "./ITHACAoutput/POD" exists. | |
bool | ITHACAutilities::check_sup () |
Check if the supremizer folder exists. | |