├── .directory ├── 1_MaterialsTheory ├── .dummy └── courses_UCL.md ├── 2_LagrangianModels ├── .dummy ├── TrainingMaterial │ ├── OVERVIEW.md │ └── README.md ├── courses_DCS.md └── courses_TUGraz.md ├── 3_EulerianModels ├── .directory ├── .dummy ├── courses_TUGraz.md ├── courses_external.md ├── filteredTwoFluidModels.md ├── meshingTools.md ├── screencastsOpenFOAM.txt └── toolsForReactiveFlows.md ├── 4_Coding └── debuggers.md ├── 5_VisualizationTools └── README.md ├── 99_Feedback └── README.md ├── PDFs ├── .directory ├── .dummy ├── 2015-06-30_AcademicTrainingAndFeedback.pdf ├── 2017-02-07_AcademicTrainingAndFeedback.pdf ├── 2018-01-25_AcademicTrainingAndFeedback.pdf └── CPPPO │ ├── Part_1_Introduction&Installation.pdf │ └── Part_2_GeneralBackground.pdf └── README.md /.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | HeaderColumnWidths=263,58,124 3 | Timestamp=2015,7,1,18,59,34 4 | Version=3 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /1_MaterialsTheory/.dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /1_MaterialsTheory/courses_UCL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/1_MaterialsTheory/courses_UCL.md -------------------------------------------------------------------------------- /2_LagrangianModels/.dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /2_LagrangianModels/TrainingMaterial/OVERVIEW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/2_LagrangianModels/TrainingMaterial/OVERVIEW.md -------------------------------------------------------------------------------- /2_LagrangianModels/TrainingMaterial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/2_LagrangianModels/TrainingMaterial/README.md -------------------------------------------------------------------------------- /2_LagrangianModels/courses_DCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/2_LagrangianModels/courses_DCS.md -------------------------------------------------------------------------------- /2_LagrangianModels/courses_TUGraz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/2_LagrangianModels/courses_TUGraz.md -------------------------------------------------------------------------------- /3_EulerianModels/.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/.directory -------------------------------------------------------------------------------- /3_EulerianModels/.dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /3_EulerianModels/courses_TUGraz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/courses_TUGraz.md -------------------------------------------------------------------------------- /3_EulerianModels/courses_external.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/courses_external.md -------------------------------------------------------------------------------- /3_EulerianModels/filteredTwoFluidModels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/filteredTwoFluidModels.md -------------------------------------------------------------------------------- /3_EulerianModels/meshingTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/meshingTools.md -------------------------------------------------------------------------------- /3_EulerianModels/screencastsOpenFOAM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/screencastsOpenFOAM.txt -------------------------------------------------------------------------------- /3_EulerianModels/toolsForReactiveFlows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/3_EulerianModels/toolsForReactiveFlows.md -------------------------------------------------------------------------------- /4_Coding/debuggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/4_Coding/debuggers.md -------------------------------------------------------------------------------- /5_VisualizationTools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/5_VisualizationTools/README.md -------------------------------------------------------------------------------- /99_Feedback/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/99_Feedback/README.md -------------------------------------------------------------------------------- /PDFs/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | HeaderColumnWidths=430,58,124 3 | Timestamp=2015,7,2,7,19,56 4 | Version=3 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /PDFs/.dummy: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PDFs/2015-06-30_AcademicTrainingAndFeedback.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/PDFs/2015-06-30_AcademicTrainingAndFeedback.pdf -------------------------------------------------------------------------------- /PDFs/2017-02-07_AcademicTrainingAndFeedback.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/PDFs/2017-02-07_AcademicTrainingAndFeedback.pdf -------------------------------------------------------------------------------- /PDFs/2018-01-25_AcademicTrainingAndFeedback.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/PDFs/2018-01-25_AcademicTrainingAndFeedback.pdf -------------------------------------------------------------------------------- /PDFs/CPPPO/Part_1_Introduction&Installation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/PDFs/CPPPO/Part_1_Introduction&Installation.pdf -------------------------------------------------------------------------------- /PDFs/CPPPO/Part_2_GeneralBackground.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/PDFs/CPPPO/Part_2_GeneralBackground.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoSim/CoursesAndTrainingPortfolio/HEAD/README.md --------------------------------------------------------------------------------