A leitura sequencial impõe regras: algumas etapas têm uma ordem obrigatória (erro se invertida), outras podem aparecer em qualquer sequência.
units e atom_style primeiro — o software precisa saber a unidade antes de criar a caixa.region e create_box antes de definir material ou geometria.pair_style hertz, pair_coeff * *).fix cad1 all mesh/surface...) antes da inserção de partículas, para checar sobreposição.pair_style.dump e thermo podem vir em qualquer ordem, desde que antes do run que monitoram.fix, region, compute, dump) exige um ID escolhido livremente. Ex.: fix meu_tambor_de_aco all mesh/surface file tambor.stl. Para girá-lo depois, usa-se exatamente o mesmo nome: fix mover all move/mesh mesh meu_tambor_de_aco rotate...property/global, mesh/surface, wall/gran/hertz/history, insert/rate/region, nve/sphere são fixas em C++ — escrever nve_sphere ou mesh-surface faz a simulação falhar. Igualmente fixas: density, radius (nunca "diameter").compute energia_cinetica all ke calcula ½mv² a cada passo.fix gotejamento all insert... antes do próximo run, usa-se unfix gotejamento.