Skip to content

Commit

Permalink
Settings Spawn of E plus
Browse files Browse the repository at this point in the history
  • Loading branch information
adhemar-araoz committed Oct 24, 2024
1 parent 1995c44 commit 256e952
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 1 deletion.
57 changes: 57 additions & 0 deletions .impact/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "Modelica-buildings_8",
"format": "1.0.0",
"dependencies": [],
"content": [
{
"relpath": "Buildings",
"contentType": "MODELICA",
"name": "Buildings",
"defaultDisabled": false,
"id": "d9c03308360147dcae243b8b34d818eb"
},
{
"relpath": "Resources/Views",
"contentType": "VIEWS",
"defaultDisabled": false,
"id": "84591c733f7d41008e966840f126ba8e"
},
{
"relpath": "Resources/Favorites",
"contentType": "FAVORITES",
"defaultDisabled": false,
"id": "b99f5c77ed4e409496152ccd6b9d6108"
},
{
"relpath": "Resources/CustomFunctions",
"contentType": "CUSTOM_FUNCTIONS",
"defaultDisabled": false,
"id": "3a31a42ffaed48ccbf5138e14e0984d4"
},
{
"relpath": "Resources/Custom",
"contentType": "GENERIC",
"defaultDisabled": false,
"id": "b6c0e176878a4da8818e810aef1b8186"
},
{
"relpath": "ReferenceResults",
"contentType": "REFERENCE_RESULTS",
"defaultDisabled": false,
"id": "c640156544b54892838e0ac6697eec4b"
},
{
"relpath": "Resources/ExperimentDefinitions",
"contentType": "EXPERIMENT_DEFINITIONS",
"defaultDisabled": false,
"id": "fa0f05e263a44714a8f742734364e87a"
},
{
"relpath": "bin",
"contentType": "GENERIC",
"defaultDisabled": true,
"id": "32f59f79dc7545e6826935a141273ec8"
}
],
"executionOptions": []
}
2 changes: 1 addition & 1 deletion Buildings/ThermalZones/EnergyPlus_9_6_0/Building.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ model Building
"Model that declares a building to which EnergyPlus objects belong to"
extends Modelica.Blocks.Icons.Block;

constant String spawnExe="spawn-0.5.0-ab07bde9bb"
constant String spawnExe="spawn-0.4.1-aa189fef75"
"Name of the spawn executable, without extension, such as spawn-0.5.0-ab07bde9bbaaa"
annotation (HideResult=true);

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"defaultExperimentId" : "096cdfa8-4223-4f4d-a9d5-3d6b65d16418"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"version" : "2",
"id" : "096cdfa8-4223-4f4d-a9d5-3d6b65d16418",
"experiment" : {
"base" : {
"analysis" : {
"variableFilters" : [ ],
"selectedType" : "dynamic",
"choices" : [ {
"type" : "dynamic",
"parameters" : {
"final_time" : 86400,
"interval" : 172.8,
"start_time" : 0
},
"simulationOptions" : {
"dynamic_diagnostics" : false,
"ncp" : 500
},
"solverOptions" : {
"store_event_points" : true,
"tolerance" : 1.0E-6
},
"compilerOptions" : {
"c_compiler" : "gcc",
"generate_html_diagnostics" : false,
"include_protected_variables" : false
},
"runtimeOptions" : { }
} ],
"expansion" : {
"discreteAlgorithm" : {
"noOfSamples" : 0,
"seed" : 0
},
"continuousAlgorithm" : {
"type" : "SOBOL",
"noOfSamples" : 10,
"seed" : 0
}
}
},
"modifiers" : {
"initializeFrom" : "",
"variables" : [ ]
}
}
},
"metadata" : {
"created" : "2024-10-24 18:07:07.123998655",
"lastModified" : "2024-10-24 18:07:07.123998655",
"name" : "Experiment 1"
}
}

0 comments on commit 256e952

Please sign in to comment.