ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
166 stars 30 forks source link

output error #1189

Closed BeiNing-Z closed 6 months ago

BeiNing-Z commented 6 months ago

I ./neko tgv.case , and the case nsamples = 0, it doesnt have the output such as field0.f00000, field0.f00001 and field0.nek5000 but when I change the nsamples = 1, it outputs something normally :field0.f00000, field0.f00001 and field0.nek5000 Would you like to explain to me why? I would be grateful !

timofeymukha commented 6 months ago

I guess this is expected behaviour? I.e. nsamples = 0 means never sample and output the fields?

BeiNing-Z commented 6 months ago

我想这是预期的行为吗?即 nsamples = 0 表示从不采样和输出字段?

maybe,could you tell me what is the meaning of the nsamples in the casefile

timofeymukha commented 6 months ago

Number of 3d field outputs during the simulation. There is one extra, corresponding to initial conditions.