Skip to content

Commit

Permalink
Added pyvnt implementation of cavity case and modified writer functio…
Browse files Browse the repository at this point in the history
…n according to needs
  • Loading branch information
ThaHobbyist committed Oct 29, 2024
1 parent 152631d commit 80dca4d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files.associations": {
"dictionaryFile.C": "cpp",
"*Dict": "OpenFOAM",
"*Properties": "OpenFOAM",
"fvSchemes": "OpenFOAM",
"fvSolution": "OpenFOAM",
"**/constant/g": "OpenFOAM",
"**/0/*": "OpenFOAM"
},
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

0 comments on commit 80dca4d

Please sign in to comment.