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
stackup.load is too demanding on the input json file. All material and layer properties, schemes must be defined in the json file.
for example, all of below properties must be defined in json file, but poisson_ratio is irrelevant to EM simualtion.
"copper" = { "name":"copper", "conductivity":0, "loss_tangent":0, "magnetic_loss_tangent":0, "mass_density":0, "permittivity":1, "permeability":1, "poisson_ratio":0, "specific_heat":0, "thermal_conductivity":0, "youngs_modulus":0, "thermal_expansion_coefficient":0, "dielectric_model_frequency":None, "dc_permittivity":None, }
No response
The text was updated successfully, but these errors were encountered:
hui-zhou-a
Successfully merging a pull request may close this issue.
Description of the feature
stackup.load is too demanding on the input json file. All material and layer properties, schemes must be defined in the json file.
for example, all of below properties must be defined in json file, but poisson_ratio is irrelevant to EM simualtion.
Steps for implementing the feature
No response
Useful links and references
No response
The text was updated successfully, but these errors were encountered: