ElmerFoamFSI  2.0
ElmerFoamFSI is fluid-solid interaction simulation application built up from OpenFOAM CFD and Elmer CSM coupled through the IMPACT multiphysics software integration infrastructure.
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
src/MakeProject.C File Reference

Project name changing utility. More...

Detailed Description

Project name changing utility.

Author
Mike Campbell (mtcam.nosp@m.pbe@.nosp@m.illin.nosp@m.ois..nosp@m.edu)
Date

Definition in file src/MakeProject.C.

#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
#include <cstdio>
#include "UnixUtils.H"
#include "FDUtils.H"
Include dependency graph for src/MakeProject.C:

Go to the source code of this file.

Namespaces

 ElmerFoamFSI
 Project-specific namespace.
 

Functions

bool Excluded (const std::string &filename)
 Exclude certain template files from conversion in project creation. More...
 
int MakeProject (int argc, char *argv[])
 Creates a new project from an ElmerFoamFSI base. More...
 
int main (int argc, char *argv[])