Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling constant changed fronm 16.3555 to 16 #23

Open
BaptisteVandecrux opened this issue Aug 15, 2022 · 1 comment
Open

Scaling constant changed fronm 16.3555 to 16 #23

BaptisteVandecrux opened this issue Aug 15, 2022 · 1 comment

Comments

@BaptisteVandecrux
Copy link
Member

Originally
D = al/(9.2*16/9)
where 9.2, 16 and 9 all came from the literature.

Now
D = al/16

How come?

@BaptisteVandecrux
Copy link
Member Author

Same thing for SSA:
before:

D = al/(9.2*16/9)
ssa= 6./D/0.917

equivalent to

ssa = 107.016 * al

Now:

area = 104.7/al

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant