Skip to content

Commit

Permalink
fix LDTC temp/airdrag
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jul 22, 2018
1 parent bdc3f30 commit d435f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simulation/elements/LDTC.cpp
Expand Up @@ -13,7 +13,7 @@ Element_LDTC::Element_LDTC()

Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.00f;
AirLoss = 0.96f;
Loss = 0.00f;
Collision = 0.0f;
Gravity = 0.0f;
Expand All @@ -28,7 +28,7 @@ Element_LDTC::Element_LDTC()

Weight = 100;

Temperature = 283.15f;
Temperature = R_TEMP + 273.15f;
HeatConduct = 0;
Description = "Linear detector. Scans in 8 directions for particles with its ctype and creates a spark on the opposite side.";

Expand Down

0 comments on commit d435f30

Please sign in to comment.