Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dechamps Paul
dartflo
Commits
26df65d0
Commit
26df65d0
authored
2 years ago
by
Dechamps Paul
Browse files
Options
Downloads
Patches
Plain Diff
Pulled adri
parent
782a92b9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7502
failed
2 years ago
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CMakeCache.txt
+0
-38
0 additions, 38 deletions
CMakeCache.txt
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
ext/amfe
+1
-1
1 addition, 1 deletion
ext/amfe
vii/src/wViscSolver.cpp
+1
-0
1 addition, 0 deletions
vii/src/wViscSolver.cpp
vii/tests/bli2.py
+1
-1
1 addition, 1 deletion
vii/tests/bli2.py
with
4 additions
and
40 deletions
CMakeCache.txt
deleted
100644 → 0
+
0
−
38
View file @
782a92b9
# This is the CMakeCache file.
# For build in directory: /Users/paulzer/lab/dartflo
# It was generated by CMake: /usr/local/Cellar/cmake/3.22.3/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/paulzer/lab/dartflo
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=22
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.3/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.3/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.3/bin/ctest
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.22.3/share/cmake
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
0
View file @
26df65d0
...
...
@@ -114,6 +114,7 @@ ENDIF()
# -- Sub directories
ADD_SUBDIRECTORY
(
ext
)
ADD_SUBDIRECTORY
(
dart
)
ADD_SUBDIRECTORY
(
vii
)
# -- FINAL
MESSAGE
(
STATUS
"PROJECT:
${
CMAKE_PROJECT_NAME
}
"
)
...
...
This diff is collapsed.
Click to expand it.
amfe
@
e6eafbe7
Compare
fab1af11
...
e6eafbe7
Subproject commit
fab1af115a6197d8d31f9746d33436fd99ce5851
Subproject commit
e6eafbe78604a7a27c7ee21f098f4c1e3704b0dc
This diff is collapsed.
Click to expand it.
vii/src/wViscSolver.cpp
+
1
−
0
View file @
26df65d0
...
...
@@ -210,6 +210,7 @@ int ViscSolver::Run(unsigned int const couplIter)
// Solve equations
tms
[
"1-TimeSolver"
].
start
();
pointExitCode
=
tSolver
->
Integration
(
iPoint
,
Sections
[
iSec
][
iRegion
]);
// Sections[iSec][iRegion]->U[iPoint * Sections[iSec][iRegion]->GetnVar()+2] = 9.;
tms
[
"1-TimeSolver"
].
stop
();
// Unsucessfull convergence output
...
...
This diff is collapsed.
Click to expand it.
vii/tests/bli2.py
+
1
−
1
View file @
26df65d0
...
...
@@ -57,7 +57,7 @@ def main():
# define flow variables
Re
=
1e7
alpha
=
5
.
*
math
.
pi
/
180
alpha
=
2
.
*
math
.
pi
/
180
M_inf
=
0.
CFL0
=
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment