We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some members:
app_call_sequence
controldict
FoamDictionary
blockmesh_dict
domain_dimensions
trimesh_files
function_objects
controldict.functions
There can also be derived case types, e.g., ExternalFlowCase.
ExternalFlowCase
case = foampy.Case() case.dicts.blockmesh["convertToMeters"] = 0.001 case.app_call_sequence = ["blockMesh", "pimpleFoam"] case.run(nproc=4) case.post_process() print(case.post_processing["forces"]["0"].fx.mean()) print(case.summary()) # Pandas series case.clean()
The text was updated successfully, but these errors were encountered:
Will probably depend on #26.
Sorry, something went wrong.
No branches or pull requests
Some members:
app_call_sequence
controldict
(aFoamDictionary
object)blockmesh_dict
domain_dimensions
trimesh_files
function_objects
(come fromcontroldict.functions
)There can also be derived case types, e.g.,
ExternalFlowCase
.Example usage
The text was updated successfully, but these errors were encountered: