Allow unique scan path specification for multi-layer builds#46
Closed
kincaidkc wants to merge 1 commit into
Closed
Allow unique scan path specification for multi-layer builds#46kincaidkc wants to merge 1 commit into
kincaidkc wants to merge 1 commit into
Conversation
…ifferent scan path files for each heat source/layer
Collaborator
|
@kincaidkc, I believe that this functionality is handled properly now from #66. Can you confirm? |
Collaborator
Author
Right, let's close this. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 modifies the multi-layer utility to require a list of scan paths associated with each heat source and build layer. The first line of the scan path list file should contain the name of each heat source, while subsequent lines should contain the name of the scan path file to use for each heat source for each layer. For example, the scan path list for a case with 3 heat sources and 4 layers might look like:
The scan path list file is specified using the
-scanPathList <list_file>flag in therunLayersutility.The
multiLayerPBFtutorial is modified to use this functionality to achieve a back-and-forth scan pattern.Important note: These modifications assume that the time for each layer is constant, and equal to the end time specified in the
controlDictof the base case file.