Tools

PVD模块

PVD模块

在曙光超算中,已发布版本位于/work/share/ac21ujhbvo/local/mesospire/,用户可查看目录获取最新版本。

基本参数说明 (暂无)

配置文件示例

{
    "omp_threads": 32,
    "type": "PhysicalVapor",
    "path": "./result",
    "clear": true,
    "mesh": {
        "nx": 48,
        "ny": 48,
        "nz": 48,
        "dx": 1.0,
        "dt": 0.01,
        "current_time": 0,
        "simulation_time": 20
    },
    "parameter":{
        "a": 0.5,
        "B": 10.0,
        "C": 2.5,
        "D": 0.01,
        "g0": 1.0,
        "Ay": -0.6,
        "mean": 0.0,
        "stddev": 0.5,
        "moving_frame_interval": 5
    },
    "boundary_condition":{
        "BC0X": {"type": "PERIODIC"},
        "BCNX": {"type": "PERIODIC"},
        "BC0Y": {"type": "ZEROFLUX"},
        "BCNY": {"type": "ZEROFLUX"},
        "BC0Z": {"type": "PERIODIC"},
        "BCNZ": {"type": "PERIODIC"}
    },
    "flag":{
        "average": true,
        "rotation": false
    },
    "output":{
        "output_time": 0,
        "output_interval": 2,
        "every_number": 10,
        "factor": 1
    }
}