| | |
| | | const int _oWinStartIndex = (int)(4.88 / _gg + _offset); // org |
| | | const int _oWinEndIndex = (int)(6.36 / _gg + _offset); // width = 6.36-4.88=1.48 |
| | | |
| | | private static double GetInterplolateResult(RepositoryBase repos, string modelId, double porosity, double sw, double speed) |
| | | private static double GetFarInterplolateResult(COFarResultRepository repos, string modelId, double porosity, double sw, double speed, double depth) |
| | | { |
| | | |
| | | } |
| | | |
| | | public static double GetFarMergeCResult(string connectionString, string modelId, double porosity, double sw, double speed) |
| | | private static double GetNearInterplolateResult(COFarResultRepository repos, string modelId, double porosity, double sw, double speed, double depth) |
| | | { |
| | | |
| | | } |
| | | |
| | | public static double GetFarMergeCResult(string connectionString, string modelId, double porosity, double sw, double speed, double depth) |
| | | { |
| | | if (porosity > 40) |
| | | throw new InvalidDataException("Porosity value out of range!"); |