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
ab86767e
Commit
ab86767e
authored
3 years ago
by
Adrien Crovato
Browse files
Options
Downloads
Patches
Plain Diff
Patch cases
parent
25fcc592
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dart/cases/n0012.py
+2
-2
2 additions, 2 deletions
dart/cases/n0012.py
dart/cases/n64A410.py
+1
-1
1 addition, 1 deletion
dart/cases/n64A410.py
dart/cases/rae2822.py
+1
-1
1 addition, 1 deletion
dart/cases/rae2822.py
run.py
+0
-0
0 additions, 0 deletions
run.py
with
4 additions
and
4 deletions
dart/cases/n0012.py
+
2
−
2
View file @
ab86767e
...
...
@@ -23,7 +23,7 @@ def getParam():
p
=
{}
# Input/Output
p
[
'
File
'
]
=
'
../models/n0012.geo
'
# Input file containing the model
p
[
'
Pars
'
]
=
{
'
xL
en
gt
h
'
:
5
,
'
yL
en
gt
h
'
:
5
,
'
sEleFar
'
:
1.0
,
'
sEleAirfTE
'
:
0.01
,
'
sEleAirfLE
'
:
0.005
}
# Parameters for input file model
p
[
'
Pars
'
]
=
{
'
xLgt
'
:
5
,
'
yLgt
'
:
5
,
'
msF
'
:
1.0
,
'
msTe
'
:
0.01
,
'
msLe
'
:
0.005
}
# Parameters for input file model
p
[
'
Dim
'
]
=
2
# Problem dimension
p
[
'
Format
'
]
=
'
vtk
'
# Save format (vtk or gmsh)
# Markers
...
...
@@ -54,7 +54,7 @@ def getParam():
def
main
():
# Script call
import
fl
dart
ow
.scripts.polar
as
p
import
dart.scripts.polar
as
p
polar
=
p
.
Polar
(
getParam
())
polar
.
run
()
polar
.
disp
()
...
...
This diff is collapsed.
Click to expand it.
dart/cases/n64A410.py
+
1
−
1
View file @
ab86767e
...
...
@@ -23,7 +23,7 @@ def getParam():
p
=
{}
# Input/Output
p
[
'
File
'
]
=
'
../models/n64A410.geo
'
# Input file containing the model
p
[
'
Pars
'
]
=
{
'
xL
en
gt
h
'
:
5
,
'
yL
en
gt
h
'
:
5
,
'
sEleFar
'
:
1.0
,
'
sEleAirfTE
'
:
0.01
,
'
sEleAirfLE
'
:
0.0
1
}
# Parameters for input file model
p
[
'
Pars
'
]
=
{
'
xLgt
'
:
5
,
'
yLgt
'
:
5
,
'
msF
'
:
1.0
,
'
msTe
'
:
0.01
,
'
msLe
'
:
0.0
05
}
# Parameters for input file model
p
[
'
Dim
'
]
=
2
# Problem dimension
p
[
'
Format
'
]
=
'
vtk
'
# Save format (vtk or gmsh)
# Markers
...
...
This diff is collapsed.
Click to expand it.
dart/cases/rae2822.py
+
1
−
1
View file @
ab86767e
...
...
@@ -23,7 +23,7 @@ def getParam():
p
=
{}
# Input/Output
p
[
'
File
'
]
=
'
../models/rae2822.geo
'
# Input file containing the model
p
[
'
Pars
'
]
=
{
'
xL
en
gt
h
'
:
5
,
'
yL
en
gt
h
'
:
5
,
'
sEleFar
'
:
1.0
,
'
sEleAirfTE
'
:
0.01
,
'
sEleAirfLE
'
:
0.005
}
# Parameters for input file model
p
[
'
Pars
'
]
=
{
'
xLgt
'
:
5
,
'
yLgt
'
:
5
,
'
msF
'
:
1.0
,
'
msTe
'
:
0.01
,
'
msLe
'
:
0.005
}
# Parameters for input file model
p
[
'
Dim
'
]
=
2
# Problem dimension
p
[
'
Format
'
]
=
'
vtk
'
# Save format (vtk or gmsh)
# Markers
...
...
This diff is collapsed.
Click to expand it.
run.py
100644 → 100755
+
0
−
0
View file @
ab86767e
File mode changed from 100644 to 100755
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