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

Electric-Motor/ Generator #30

Open
Klebestreifen opened this issue Mar 18, 2024 · 1 comment
Open

Electric-Motor/ Generator #30

Klebestreifen opened this issue Mar 18, 2024 · 1 comment

Comments

@Klebestreifen
Copy link

Implement a way to convert EU to SU or generate EU using SU.

@Klebestreifen Klebestreifen changed the title Motor / Generator Engine / Generator Mar 18, 2024
@Klebestreifen Klebestreifen changed the title Engine / Generator Electric-Motor/ Generator Mar 19, 2024
@James103
Copy link

From my calculations, assuming energy balance is maintained with Create: Crafts and Additions:

Let SU be the stress unit from the base Create mod, and GTSU be the modified SU unit used in Greate.

SU to FE:

SU to GTSU:

  • 256 SU = 1 GTSU by Hand Crank
  • 512 SU = 8 GTSU by Large Water Wheel
  • 8192 SU = 128 GTSU by Windmill Bearing (at max speed 16 RPM)
  • 16384 SU = 256 GTSU by Steam Engine (at max speed 64 RPM)
  • From this, 64 SU = 1 GTSU at max efficiency. This assumes the listed capacites are reached at the respective maximum speeds.
    Map.entry(new ResourceLocation("create:hand_crank"), 1d),
    Map.entry(new ResourceLocation("create:copper_valve_handle"), 1d),
    Map.entry(new ResourceLocation("create:water_wheel"), 1d),
    Map.entry(new ResourceLocation("create:large_water_wheel"), 8d),
    Map.entry(new ResourceLocation("create:windmill_bearing"), 128d),
    Map.entry(new ResourceLocation("create:steam_engine"), 256d),

FE to EU:

  • 4 FE = 1 EU by GregTech's energy converters

Putting this together:

  • 1 FE/t ≈ 34 SU, rounded down to 1 FE/t ≈ 32 SU.
  • 4 FE/t = 1 EU/t → 1 EU/t ≈ 128 SU
  • 64 SU = 1 GTSU → 1 EU/t ≈ 2 GTSU (2 SU in the Greate mod)
  • Converting EU to SU and back to EU should lose energy.

Therefore, my ideas for the Greate-based alternators and motors are:

  • A ULV Greate motor consumes 8 EU/t to produce 8 GTSU.
  • A ULV Greate alternator consumes 16 GTSU to produce 8 EU/t.
  • Both values are quadrupled each tier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants