-
Notifications
You must be signed in to change notification settings - Fork 12
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
Load RBC meshes taken from a simulation with Timm's code #733
Comments
Requirements 5-6 will be implemented by a preprocessing step as below instead of inside HemeLB. Given a directory with a number of .vtp files, we need a Python script that takes a .xml generated by the setup tool and for each file in the directory (e.g. one_cell_from_disk_t1000.vtp) appends the following XML elements in their right location, figuring out parameters T, X, Y:
|
The .xml file has been updated to load .vtp files, however hemelb is currently unable to read the .vtp files as an input as standard input file is the .msh, which is in a different format. |
HemeLB doesn't use the VTK API to read/write meshes at the moment, which means we would need to write our own (non-xml) VTK reader. Get preprocessing tools to turn meshes coming from Timm's simulations into .msh format and separately revamp mesh handling code in #734. |
…m to reference configuration provided by another file
|
Timm's code runs a simulation on a cylinder and RBCs are output just before the centre of mass crosses the periodic boundary condition.
Requirements to load into HemeLB:
Write Python script to implement requirements 1-4.
HemeLB should load all meshes at once and keep a lookup table for which time steps require a cell insertion from disc. Requirement 5-6.
The text was updated successfully, but these errors were encountered: