src/membrane/update_memb_param.jl
MEDYAN.update_memb_param!
Update membrane parameters for the membrane identified by membid. All keyword arguments default to nothing, meaning no change.
Keyword Arguments
volume0::Union{Float64, Nothing} = nothing: Reference volume (nm^3)area0::Union{Float64, Nothing} = nothing: Reference area (nm^2)chem_boundary::Union{Bool, Nothing} = nothing: Iftrue, the membrane acts as a boundary for 3D diffusing species.chem_boundary_exterior::Union{Bool, Nothing} = nothing: Iftrue, the confined chemical domain is the exterior; otherwise the confined domain is the interior.fixed::Union{Bool, Nothing} = nothing: Iftrue, the membrane is fixed: it does not move during energy minimization and its mesh is not adapted.offset_volume::Union{Float64, Nothing} = nothing: Actual volume is cone volume with the origin plus the offset (nm^3)mech_params::Union{MembraneMechParams, Nothing} = nothing: Mechanical parameters for membrane mechanics.type::Union{Int, Nothing} = nothing: Membrane type index.
See also: make_memb!, remove_memb!