Element Suggestion - Graphene

  • boxmein
    4th Apr 2013 Former Staff 1 Permalink
    @therocketeer (View Post)
    255 actually which HSWC has I think

    I'll specify I hope:
    1. If this particle's life is not 10 and it's not 0 then reduce my life and end loop
    2. Else first make sure all nearby elements of my type are also set to 10, and then continue with the below:
    3. Element is drawn with life=10, temperature=R_TEMP,tmp=0
    4. Element sets its tmp to the amount of particles it's collected. Maximum of MAX_INT.
    5. Element receives heat from nearby elements (touching + diagonal), calculates dheat
    6. Element tries dividing dheat with its tmp, if possible then adds its own temperature to dheat divided by tmp (negative values reduce its temperature)
    7. Element replaces each other element's heat in its group (I think TESC does something similar not sure) with the new temperature from result of last stage
    8. Update ends

    The parts in red I consider the hardest steps in creating this 'graphene' of yours.
  • Box-Poorsoft
    5th Apr 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • Box-Poorsoft
    6th Apr 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • xetalim
    6th Apr 2013 Member 0 Permalink

    How can you do that? Thats double post? I cant double post!

  • Box-Poorsoft
    6th Apr 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • wes12321
    8th Apr 2013 Member 0 Permalink

    hmmm... if this gets implemented, you could have PSTN move the graphene to a heat source, then continue to a reciever, which could be an amount of water you want to distill or some extra liquids on a solid surface that aren't required

  • cccp2
    19th May 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • xetalim
    19th May 2013 Member 0 Permalink

    .. hard to read

    (pastebin is better)

  • cccp2
    19th May 2013 Banned 0 Permalink
    This post is hidden because the user is banned
  • xetalim
    19th May 2013 Member 0 Permalink

    YAY