Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lambert Theisen
fenicsR13
Commits
7adf898e
Commit
7adf898e
authored
Aug 02, 2019
by
Lambert Theisen
Browse files
Change liddriven cavity to use coupled formulation
parent
acd7b30f
Pipeline
#169934
failed with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
examples/lid_driven_cavity/input.yml
View file @
7adf898e
...
...
@@ -50,7 +50,7 @@ stabilization:
nsd
:
2
# heat, stress, coupled
mode
:
"
stress
"
mode
:
"
coupled
"
# Coefficients as in westerkamp2019 or without as in torrilhon2017
use_coeffs
:
True
...
...
@@ -69,11 +69,11 @@ bcs:
"
v_t"
:
-1.0
3100
:
"
name"
:
"
lower"
"
theta_w"
:
0.5
"
theta_w"
:
1.0
"
v_t"
:
0.0
# heat source
heat_source
:
"
2.0
-
1.0
*
pow(sqrt(pow(x[0],2)+pow(x[1],2)),2)
"
heat_source
:
"
0
"
# mass source
mass_source
:
"
0"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment