Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Heat compatibility #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions GameData/Benjee10_MMSEV/Patches/SystemHeat/SH_Radiators.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
@PART[Benjee10_MMSEV_baseRadiator]:NEEDS[SystemHeat]
{
MODULE
{
name = ModuleSystemHeat
volume = 0.025
moduleID = default
iconName = Icon_Radiator
ignoreTemperature = true
}

@MODULE[ModuleActiveRadiator]
{
@name = ModuleSystemHeatRadiator
moduleID = radiator
// ModuleSystemHeat instance to link to
systemHeatModuleID = default
scalarModuleID = heat
maxTempAnimation = 500

// option: use physical or deterministic temperatures
// DOES NOT WORK YET
// Use emissivity to directly model temp
usePhysicalTemperatureModeling = false
// maximum temperature system can work at
maxRadiatorTemperature = 350
// emissivity
emissivity = 0.9

// option: use deterministic temperatures
// Power radiated per temperature
temperatureCurve
{
key = 0 0
key = 400 15
}
// area for convection
convectiveArea = 5.1
}

}