DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic
MathUtil Class
MathUtil Methods
AllPositive Method
AllZero Method
Derivative Method
Derivatives Method
DivOrZero Method
FixBetweenLimits Method
GetIndeces Method
GetInterval Method
GetIntervalU Method
Interp Method
Interpn Method
InterpolateRowsInTable Method
InterpolateTable Method
Limit Method
Max Method
Min Method
MonotonicallyDecreasingOrConstant Method
MonotonicallyIncreasingOrConstant Method
MonotonouslyDecreasingOrConstant Method
PrepareIndexesForDerivation Method
Sqr Method
StrictlyMonoton Method
StrictlyMonotonIndex Method
SurfaceAreaOfPartialCone Method
VolumeOfPartialCone Method
MathUtil
SurfaceAreaOfPartialCone Method
Return the surface area of a parital cone given the volume and one surface areas.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
double
SurfaceAreaOfPartialCone
(
double
area1
,
double
volume
,
double
height
)
Parameters
area1
Type:
System
Double
volume
Type:
System
Double
height
Type:
System
Double
Return Value
Type:
Double
See Also
Reference
MathUtil Class
DHI.Mike1D.Generic Namespace