Skip to content

Commit

Permalink
Merge pull request #75 from IvanMary69/main
Browse files Browse the repository at this point in the history
Connector: update param_solver.h
  • Loading branch information
benoit128 authored Jul 2, 2024
2 parents 3ac8385 + 930c147 commit 76055ef
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cassiopee/Connector/Connector/param_solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@
#define LBM_zlim 53
#define LBM_DX 54


/*schema HYPERSONIC*/
#define HYPER_COEF1 55
#define HYPER_COEF2 56
Expand All @@ -298,6 +297,15 @@
/*Rotation - IBM*/
#define MotionType 64

/*coeff NudGing */
#define NUDGING_AMPLI 65
#define NUDGING_EQ1 66
#define NUDGING_EQ2 67
#define NUDGING_EQ3 68
#define NUDGING_EQ4 69
#define NUDGING_EQ5 70
#define NUDGING_EQ6 71

/*CONSTANTS*/
#define SA_CKARM 0.41
#define SA_CB1 0.1355
Expand Down

0 comments on commit 76055ef

Please sign in to comment.