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

Main #274

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open

Main #274

wants to merge 56 commits into from

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    cf4f6df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e346a83 View commit details
    Browse the repository at this point in the history
  3. turb: get rid of heating

    germasch committed May 16, 2022
    Configuration menu
    Copy the full SHA
    ac3a4bb View commit details
    Browse the repository at this point in the history
  4. turb: get rid of injection

    germasch committed May 16, 2022
    Configuration menu
    Copy the full SHA
    64a0ded View commit details
    Browse the repository at this point in the history
  5. turb: get rid of ELECTRON_HE

    germasch committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4161302 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaeab80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ea58f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e4f6ea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef4b5d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    134ed56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39b366c View commit details
    Browse the repository at this point in the history
  12. turb: add jupyter notebook

    germasch committed May 16, 2022
    Configuration menu
    Copy the full SHA
    65d06f0 View commit details
    Browse the repository at this point in the history
  13. turb: fix compile with cuda

    Not pretty, this really needs some consolidation, but it'll do for now.
    germasch committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2d52c8a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. adding psc_turb_harris_xz.cxx This is the file that will include the …

    …harris and turbulent configuration
    JefferssonAgudelo committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c50b1ed View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Including the up and bo cases doesn't really work. The density is dou…

    …ble in up and zero in bottom
    JefferssonAgudelo committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    688e588 View commit details
    Browse the repository at this point in the history
  2. The harris set up is almost done. However, there is a net drift on th…

    …e x direction. It seems the velocity is not properly setup. Also, the conducting and reflectic Bndc generate gauss and continuity errors
    JefferssonAgudelo committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    170ff4f View commit details
    Browse the repository at this point in the history
  3. the drifting is because ions and electrons have different velocities …

    …if mime!=0. There is an issue with the plasma. There are no outflows but inflowsgit add .
    JefferssonAgudelo committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2da3a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    05f5573 View commit details
    Browse the repository at this point in the history
  2. It is still not properly working. It seems there is an hy component t…

    …hat shouldnt be there. It might be due to the boundary conditions. Also there are some outputs in which the fields and moments files are return with an adittional 2 and I dont know why is this happening
    JefferssonAgudelo committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a1a3d4e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. The error in the out appears to be due to paraview is keep a ghost fi…

    …le which force the program to write the file name including an extra number. On the other hand the harris file has now two separate configurations for xz and yz geometries. There is still an issue with the Dim_xyz. It is not running because there is something worng with the lhs and rhs definition somewhere.
    JefferssonAgudelo committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7d8d5e8 View commit details
    Browse the repository at this point in the history
  2. The turb_harris.cxx file has now a block that corresponds to the impl…

    …ementation of langevin antena (still alot of work to do). However, it is necessary to get it as a usable function that can be called by the fields, to compute the current from the external magnetic field since it is the external current the one that is actully included into the pushing of the fields. Basically, to let the code do the selfconsistent calculation of the curl of Bext so it gets the correct fc or cc quantities. INCLUDE THE TIME STEPS AND THE ITERATIVE VALUES
    JefferssonAgudelo committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    50cce13 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. The file turb_harris_yz.cxx is now ready as a standar harris current …

    …configuration for a pair plasma
    JefferssonAgudelo committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bef0561 View commit details
    Browse the repository at this point in the history
  2. The psc_turb_harris_yz.cxx works now for mime greater than 1. There i…

    …s no drifting speed. So it might not be necessary to change the way to inject particles in the setup file
    JefferssonAgudelo committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    3ac0274 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. the file now have the correct calculation of Bext_x_r and Bext_y_r. T…

    …he issue now is to include the crd and the iteration
    JefferssonAgudelo committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    fcd2e04 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. extra comments

    JefferssonAgudelo committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bc8731c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. auto-format only

    no actual changes
    germasch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    cfc253d View commit details
    Browse the repository at this point in the history
  2. evolve bn_k over time, set initial magnetic field

    we permuted x, y, z, so that the xy perturbations show up in the 2d yz
    plane
    germasch committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8624d6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f2fba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from germasch/psc_harris_turb

    Psc harris turb
    JefferssonAgudelo authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    713e16d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. updated notebook

    germasch committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    cec882e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    7cec5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485b0a9 View commit details
    Browse the repository at this point in the history
  3. clang-format

    germasch committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    f348539 View commit details
    Browse the repository at this point in the history
  4. calculate H including one ghost point on the higher side

    since that's needed when calculating the curl
    germasch committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3cec8ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    665fbad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d20c0f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc0556 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dddb3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c6c0a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea3b0a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca5a793 View commit details
    Browse the repository at this point in the history
  12. update jupyter notebook

    germasch committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    41c7ea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    c0bc660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59bbcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a39bf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c1babc View commit details
    Browse the repository at this point in the history
  5. add external currents

    results look reasonable, at least
    germasch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    cbef35c View commit details
    Browse the repository at this point in the history
  6. update notebook

    germasch committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    4d44dca View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from germasch/psc_harris_turb

    updated notebook
    JefferssonAgudelo authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    251c961 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    7ed5092 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. When including the perturbation for the velocity field in turb_alf.cx…

    …x there is a segmentation fault when pushing particles
    JefferssonAgudelo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e77ef10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcb33de View commit details
    Browse the repository at this point in the history
  3. The turb_alf and the turb_langevin are set on the same geometry and t…

    …he same mass ratio for direct comaprison. The temperatures might be different tho
    JefferssonAgudelo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2e3ac46 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    efceeb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    668682f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. The drift velocity were too low. Also, to run the driving remember to…

    … remove the 0. on the external current calculation
    JefferssonAgudelo committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    716753c View commit details
    Browse the repository at this point in the history