Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Incompact3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
s2006749
Incompact3d
Commits
58c967bb
Commit
58c967bb
authored
2 years ago
by
Paul Bartholomew
Browse files
Options
Downloads
Patches
Plain Diff
Remove Jet case
parent
53f952f3
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
src/BC-Jet.f90
+0
-779
0 additions, 779 deletions
src/BC-Jet.f90
src/case.f90
+16
-17
16 additions, 17 deletions
src/case.f90
src/parameters.f90
+2
-1
2 additions, 1 deletion
src/parameters.f90
with
19 additions
and
798 deletions
Makefile
+
1
−
1
View file @
58c967bb
...
...
@@ -55,7 +55,7 @@ SRCDECOMP = $(DECOMPDIR)/decomp_2d.f90 $(DECOMPDIR)/glassman.f90 $(DECOMPDIR)/ff
OBJDECOMP
=
$(
SRCDECOMP:%.f90
=
%.o
)
SRC
=
$(
SRCDIR
)
/module_param.f90
$(
SRCDIR
)
/variables.f90
$(
SRCDIR
)
/poisson.f90
$(
SRCDIR
)
/derive.f90
$(
SRCDIR
)
/implicit.f90
$(
SRCDIR
)
/schemes.f90
$(
SRCDIR
)
/parameters.f90
$(
SRCDIR
)
/
*
.f90
OBJ
=
$(
SRC:%.f90
=
%.o
)
SRC
=
$(
SRCDIR
)
/module_param.f90
$(
SRCDIR
)
/variables.f90
$(
SRCDIR
)
/BC-dbg-schemes.f90
$(
SRCDIR
)
/poisson.f90
$(
SRCDIR
)
/ibm.f90
$(
SRCDIR
)
/derive.f90
$(
SRCDIR
)
/implicit.f90
$(
SRCDIR
)
/schemes.f90
$(
SRCDIR
)
/forces.f90
$(
SRCDIR
)
/probes.f90
$(
SRCDIR
)
/navier.f90
$(
SRCDIR
)
/tools.f90
$(
SRCDIR
)
/visu.f90
$(
SRCDIR
)
/BC-TBL.f90
$(
SRCDIR
)
/BC-ABL.f90
$(
SRCDIR
)
/les_models.f90
$(
SRCDIR
)
/BC-Lock-exchange.f90
$(
SRCDIR
)
/time_integrators.f90
$(
SRCDIR
)
/filters.f90
$(
SRCDIR
)
/parameters.f90
$(
SRCDIR
)
/BC-User.f90
$(
SRCDIR
)
/BC-TGV.f90
$(
SRCDIR
)
/BC-Channel-flow.f90
$(
SRCDIR
)
/BC-Periodic-hill.f90
$(
SRCDIR
)
/BC-Cylinder.f90
$(
SRCDIR
)
/BC-Mixing-layer.f90
$(
SRCDIR
)
/BC-Jet.f90
$(
SRCDIR
)
/BC-Sandbox.f90
$(
SRCDIR
)
/BC-Uniform.f90
$(
SRCDIR
)
/BC-Cavity.f90
$(
TURBDIR
)
/constants.f90
$(
TURBDIR
)
/acl_utils.f90
$(
TURBDIR
)
/airfoils.f90
$(
TURBDIR
)
/dynstall.f90
$(
TURBDIR
)
/dynstall_legacy.f90
$(
TURBDIR
)
/acl_elem.f90
$(
TURBDIR
)
/acl_controller.f90
$(
TURBDIR
)
/acl_turb.f90
$(
TURBDIR
)
/acl_out.f90
$(
TURBDIR
)
/acl_farm_controller.f90
$(
TURBDIR
)
/acl_model.f90
$(
TURBDIR
)
/acl_source.f90
$(
TURBDIR
)
/adm.f90
$(
TURBDIR
)
/turbine.f90
$(
SRCDIR
)
/statistics.f90
$(
SRCDIR
)
/case.f90
$(
SRCDIR
)
/transeq.f90
$(
SRCDIR
)
/genepsi3d.f90
$(
SRCDIR
)
/xcompact3d.f90
SRC
=
$(
SRCDIR
)
/module_param.f90
$(
SRCDIR
)
/variables.f90
$(
SRCDIR
)
/BC-dbg-schemes.f90
$(
SRCDIR
)
/poisson.f90
$(
SRCDIR
)
/ibm.f90
$(
SRCDIR
)
/derive.f90
$(
SRCDIR
)
/implicit.f90
$(
SRCDIR
)
/schemes.f90
$(
SRCDIR
)
/forces.f90
$(
SRCDIR
)
/probes.f90
$(
SRCDIR
)
/navier.f90
$(
SRCDIR
)
/tools.f90
$(
SRCDIR
)
/visu.f90
$(
SRCDIR
)
/BC-TBL.f90
$(
SRCDIR
)
/BC-ABL.f90
$(
SRCDIR
)
/les_models.f90
$(
SRCDIR
)
/BC-Lock-exchange.f90
$(
SRCDIR
)
/time_integrators.f90
$(
SRCDIR
)
/filters.f90
$(
SRCDIR
)
/parameters.f90
$(
SRCDIR
)
/BC-User.f90
$(
SRCDIR
)
/BC-TGV.f90
$(
SRCDIR
)
/BC-Channel-flow.f90
$(
SRCDIR
)
/BC-Periodic-hill.f90
$(
SRCDIR
)
/BC-Cylinder.f90
$(
SRCDIR
)
/BC-Mixing-layer.f90
$(
SRCDIR
)
/BC-Sandbox.f90
$(
SRCDIR
)
/BC-Uniform.f90
$(
SRCDIR
)
/BC-Cavity.f90
$(
TURBDIR
)
/constants.f90
$(
TURBDIR
)
/acl_utils.f90
$(
TURBDIR
)
/airfoils.f90
$(
TURBDIR
)
/dynstall.f90
$(
TURBDIR
)
/dynstall_legacy.f90
$(
TURBDIR
)
/acl_elem.f90
$(
TURBDIR
)
/acl_controller.f90
$(
TURBDIR
)
/acl_turb.f90
$(
TURBDIR
)
/acl_out.f90
$(
TURBDIR
)
/acl_farm_controller.f90
$(
TURBDIR
)
/acl_model.f90
$(
TURBDIR
)
/acl_source.f90
$(
TURBDIR
)
/adm.f90
$(
TURBDIR
)
/turbine.f90
$(
SRCDIR
)
/statistics.f90
$(
SRCDIR
)
/case.f90
$(
SRCDIR
)
/transeq.f90
$(
SRCDIR
)
/genepsi3d.f90
$(
SRCDIR
)
/xcompact3d.f90
#######FFT settings##########
...
...
This diff is collapsed.
Click to expand it.
src/BC-Jet.f90
deleted
100644 → 0
+
0
−
779
View file @
53f952f3
This diff is collapsed.
Click to expand it.
src/case.f90
+
16
−
17
View file @
58c967bb
...
...
@@ -15,7 +15,6 @@ module case
use
dbg_schemes
use
channel
use
mixlayer
use
jet
use
lockexch
use
tbl
use
abl
...
...
@@ -91,10 +90,10 @@ contains
call
init_mixlayer
(
rho1
,
ux1
,
uy1
,
uz1
)
elseif
(
itype
.eq.
itype_jet
)
then
call
init_jet
(
rho1
,
ux1
,
uy1
,
uz1
,
ep1
,
phi1
)
!!!
elseif (itype.eq.itype_jet) then
!!!
!!!
call init_jet(rho1, ux1, uy1, uz1, ep1, phi1)
!!!
elseif
(
itype
.eq.
itype_tbl
)
then
call
init_tbl
(
ux1
,
uy1
,
uz1
,
ep1
,
phi1
)
...
...
@@ -179,10 +178,10 @@ contains
call
boundary_conditions_dbg
(
ux
,
uy
,
uz
,
phi
)
elseif
(
itype
.eq.
itype_jet
)
then
call
boundary_conditions_jet
(
rho
,
ux
,
uy
,
uz
,
phi
)
!!!
elseif (itype.eq.itype_jet) then
!!!
!!!
call boundary_conditions_jet (rho,ux,uy,uz,phi)
!!!
elseif
(
itype
.eq.
itype_tbl
)
then
call
boundary_conditions_tbl
(
ux
,
uy
,
uz
,
phi
)
...
...
@@ -328,10 +327,10 @@ contains
call
postprocess_dbg
(
ux
,
uy
,
uz
,
phi
,
ep
)
elseif
(
itype
.eq.
itype_jet
)
then
call
postprocess_jet
(
ux
,
uy
,
uz
,
phi
,
ep
)
!!!
elseif (itype.eq.itype_jet) then
!!!
!!!
call postprocess_jet (ux, uy, uz, phi, ep)
!!!
elseif
(
itype
.eq.
itype_tbl
)
then
call
postprocess_tbl
(
ux
,
uy
,
uz
,
ep
)
...
...
@@ -482,10 +481,10 @@ contains
call
momentum_forcing_channel
(
dux1
,
duy1
,
duz1
,
ux1
,
uy1
,
uz1
)
elseif
(
itype
.eq.
itype_jet
)
then
call
momentum_forcing_jet
(
dux1
,
duy1
,
duz1
,
rho1
,
ux1
,
uy1
,
uz1
)
!!!
elseif (itype.eq.itype_jet) then
!!!
!!!
call momentum_forcing_jet(dux1, duy1, duz1, rho1, ux1, uy1, uz1)
!!!
elseif
(
itype
.eq.
itype_abl
)
then
call
momentum_forcing_abl
(
dux1
,
duy1
,
duz1
,
ux1
,
uy1
,
uz1
,
phi1
)
...
...
This diff is collapsed.
Click to expand it.
src/parameters.f90
+
2
−
1
View file @
58c967bb
...
...
@@ -336,7 +336,8 @@ subroutine parameter(input_i3d)
elseif
(
itype
.eq.
itype_mixlayer
)
then
print
*
,
'Mixing layer'
elseif
(
itype
.eq.
itype_jet
)
then
print
*
,
'Jet'
print
*
,
'Jet is currently unsupported!'
stop
elseif
(
itype
.eq.
itype_tbl
)
then
print
*
,
'Turbulent boundary layer'
elseif
(
itype
.eq.
itype_abl
)
then
...
...
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