-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from IvanMary69/main
FastS: correction BC mineur pour generation auto
- Loading branch information
Showing
35 changed files
with
492 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
li = indbci(j, k ) | ||
#include "FastS/BC/BCInflowFich.for" | ||
#include "FastS/BC/BCInflowFich_i.for" | ||
rop(l,6) = nutilde(li) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
li = indbci(i, k ) | ||
#include "FastS/BC/BCInflowFich.for" | ||
#include "FastS/BC/BCInflowFich_j.for" | ||
rop(l,6) = nutilde(li) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
li = indbci(i, j ) | ||
#include "FastS/BC/BCInflowFich.for" | ||
#include "FastS/BC/BCInflowFich_k.for" | ||
rop(l,6) = nutilde(li) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
sampling = param_int(WM_SAMPLING) | ||
sample = param_int(WM_SAMPLING) | ||
|
||
exchange = 1 - sampling ! index correction for identifying the correct cell | ||
|
||
sens_int = 1 | ||
shift = 0 | ||
if(mod(idir,2).eq.0) then | ||
sens_int = -1 | ||
shift = 1 | ||
exchange = -exchange | ||
endif | ||
|
||
shiftvent = param_int(NIJK_VENT + idir/2)* exchange | ||
|
||
if(idir.le.2) then | ||
incijk=1 | ||
elseif(idir.le.4) then | ||
incijk=param_int(NIJK) | ||
else | ||
incijk=param_int(NIJK+1)*param_int(NIJK) | ||
endif | ||
shift =incijk*shift | ||
|
||
exchange =incijk*exchange | ||
shift_loo= 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ldjr = inddm( ir , j, k ) | ||
ldjr = inddm( i , jr, k ) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ldjr = inddm( ir , j, k ) | ||
ldjr = inddm( i, j, kr ) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.