Skip to content

Commit

Permalink
Fixed initial guess of Bi
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Lunev committed Jun 2, 2021
1 parent d49ee09 commit 043dd78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>kotik-coder</groupId>
<artifactId>PULsE</artifactId>
<version>1.91R</version>
<version>1.91FR</version>
<name>PULsE</name>
<description>Processing Unit for Laser flash Experiments</description>
<build>
Expand Down Expand Up @@ -122,4 +122,4 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>
</project>
4 changes: 2 additions & 2 deletions src/main/resources/NumericProperty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@
auto-adjustable="true"
descriptor="Heat loss (side surface), Bi&lt;sub&gt;s&lt;/sub&gt;"
dimensionfactor="1.0" keyword="HEAT_LOSS_SIDE" maximum="10.0"
minimum="0.0" value="0.0" primitive-type="double" discreet="false"
minimum="0.0" value="1E-3" primitive-type="double" discreet="false"
default-search-variable="true" />
<NumericProperty keyword="HEAT_LOSS" abbreviation="Bi"
auto-adjustable="true" descriptor="Heat loss, Bi" dimensionfactor="1"
maximum="10" minimum="0.0" primitive-type="double" value="0.0"
maximum="10" minimum="0.0" primitive-type="double" value="1E-3"
discreet="false" default-search-variable="true">
</NumericProperty>
<NumericProperty abbreviation="Gain" auto-adjustable="false"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.91R
1.91FR

0 comments on commit 043dd78

Please sign in to comment.