Skip to content

Ansys Fluent case generation and post-processing files.

Notifications You must be signed in to change notification settings

KeepFloyding/Toolkit-CFD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Toolkit_CFD

This file contains several files that are useful for working with CFD.

*caseGeneration folder has files needed to generate a case in Ansys Fluent *monitor folder has files that can monitor Linux queues and simulation progress *shortcut folder has files that make it easier to access certain programs

In order to make changes to git

git add git add * git commit -m "commit message" git push origin master

When working with branches

git checkout -b feature_x creates a new branch git checkout master switches to the master branch git branch -d feature_x deletes the branch git push origin pushes the branch to the repository

git pull updates repo to the newest commit git merge merges the branches

About

Ansys Fluent case generation and post-processing files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published