Skip to content

Commit

Permalink
Change probe rad to compensate for mass
Browse files Browse the repository at this point in the history
  • Loading branch information
rcflyinghokie committed Nov 21, 2024
1 parent 0b6a3f0 commit 28b9024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/ProjectApollo/SaturnSystems.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@

#Structures
<RADIATOR> DOCKPROBE <0.0 0.0 1.0> 294.261
0.02 0.001 37648.2
0.6 0.001 37648.2
</RADIATOR>

<HEATEXCHANGER> DOCKPROBEINCABIN 0 10.0 CABIN DOCKPROBE 274.0 275.0
Expand Down
2 changes: 1 addition & 1 deletion Orbitersdk/samples/ProjectApollo/src_csm/dockingprobe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ void DockingProbe::SystemTimestep(double simdt)
else
{
DockProbeHX->SetPumpOff();
DockProbe->rad = 0.04;
DockProbe->rad = 0.6;
DockProbe->isolation = 0.001;
}

Expand Down

0 comments on commit 28b9024

Please sign in to comment.