-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add external particle fields ohms law hybrid #5275
Open
clarkse
wants to merge
85
commits into
ECP-WarpX:development
Choose a base branch
from
clarkse:add_external_particle_fields_ohms_law_hybrid
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add external particle fields ohms law hybrid #5275
clarkse
wants to merge
85
commits into
ECP-WarpX:development
from
clarkse:add_external_particle_fields_ohms_law_hybrid
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: S. Eric Clark <[email protected]>
Adding time value for particle field lookup in field substepping.
b534e43
to
5f75428
Compare
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
… Cylindrical and Cartesian.
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
…tical field values into ghost cells. The E/B fields and edge_lengths have different numbers of ghost cells. Signed-off-by: S. Eric Clark <[email protected]>
…hen not enabled. Signed-off-by: S. Eric Clark <[email protected]>
…ternal data loading. Signed-off-by: S. Eric Clark <[email protected]>
… computed by curlA and E is computed by computing numerical derivative of seperable time component.
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
Signed-off-by: S. Eric Clark <[email protected]>
Oh, this needs a merge with |
...ests/ohm_solver_cylinder_compression/inputs_test_3d_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
...ests/ohm_solver_cylinder_compression/inputs_test_3d_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
...ests/ohm_solver_cylinder_compression/inputs_test_rz_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
...ests/ohm_solver_cylinder_compression/inputs_test_rz_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
Source/FieldSolver/FiniteDifferenceSolver/HybridPICModel/ExternalVectorPotential.cpp
Fixed
Show fixed
Hide fixed
Signed-off-by: S. Eric Clark <[email protected]>
Signed-off-by: S. Eric Clark <[email protected]>
for more information, see https://pre-commit.ci
...ests/ohm_solver_cylinder_compression/inputs_test_rz_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
Signed-off-by: S. Eric Clark <[email protected]>
…ts and benchmarks. Signed-off-by: S. Eric Clark <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
….com:clarkse/WarpX into add_external_particle_fields_ohms_law_hybrid
…stry unless initialized. Signed-off-by: S. Eric Clark <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
Signed-off-by: S. Eric Clark <[email protected]>
Signed-off-by: S. Eric Clark <[email protected]>
Signed-off-by: S. Eric Clark <[email protected]>
...ests/ohm_solver_cylinder_compression/inputs_test_3d_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
...ests/ohm_solver_cylinder_compression/inputs_test_rz_ohm_solver_cylinder_compression_picmi.py
Fixed
Show fixed
Hide fixed
for more information, see https://pre-commit.ci
Signed-off-by: S. Eric Clark <[email protected]>
…ropping some field output in test. Signed-off-by: S. Eric Clark <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: fluid-ohm
Related to the Ohm's law solver (with fluid electrons)
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR allows for the addition of external fields through the particle fields analytical interface. This is useful for field splitting external vs. self fields in the hybrid ohm's law solver.