Development
形核模块说明
欢迎访问PFCSU软件文档。
NucleationBase
| Name | Type | Required | Default |
|---|---|---|---|
| variable | InputParameter Array | ✅ | |
| variable0/varname | std::string | ✅ | |
| variable0/value | Vector | ✅ |
Nucleations
| Name | Type | Required | Default |
|---|
RandomNucleation
| Name | Type | Required | Default |
|---|---|---|---|
| noise | Vector | 🧬 | {0} |
| number | std::vector<int> | ✅ | |
| point1 | std::vector<int> | ✅ | |
| point2 | std::vector<int> | ✅ | |
| radius | Vector | ✅ | |
| smooth | bool | 🧬 | true |
| smooth_varname | std::string | 🧬 | "phi" |
| width | Real | 🧬 | 6 |
SetCuboid
| Name | Type | Required | Default |
|---|---|---|---|
| point1 | std::vector<int> | ✅ | |
| point2 | std::vector<int> | ✅ |
SetPoint
| Name | Type | Required | Default |
|---|---|---|---|
| point | std::vector<int> | ✅ |
SetSphere
| Name | Type | Required | Default |
|---|---|---|---|
| point | std::vector<int> | ✅ | |
| radius | Vector | ✅ | |
| smooth | bool | 🧬 | true |
| smooth_varname | std::string | 🧬 | "phi" |
| width | Real | 🧬 | 6 |
SetWhole
| Name | Type | Required | Default |
|---|