No major change.
This commit is contained in:
parent
960bd02f8b
commit
ba621f3c32
@ -4,7 +4,7 @@ function ret = angularDistributionFunction(this, theta)
|
|||||||
|
|
||||||
KnudsenNumber = this.MeanFreePath/this.NozzleLength;
|
KnudsenNumber = this.MeanFreePath/this.NozzleLength;
|
||||||
|
|
||||||
alpha=0.5 - (3*this.Beta^2)^-1 * ...
|
alpha = 0.5 - (3*this.Beta^2)^-1 * ...
|
||||||
((1 - (2*this.Beta^3) + ((2*this.Beta^2) - 1) * sqrt(1+this.Beta^2)) / ...
|
((1 - (2*this.Beta^3) + ((2*this.Beta^2) - 1) * sqrt(1+this.Beta^2)) / ...
|
||||||
(sqrt(1+this.Beta^2) - (this.Beta^2 * asinh((this.Beta^2)^-1))));
|
(sqrt(1+this.Beta^2) - (this.Beta^2 * asinh((this.Beta^2)^-1))));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user